
We already use the Auth setup from Appwrite to login from the React app, which works great. Now, I want to create a feature where you can connect/invite another user by email. When you "friend" someone I need to check if the account yet exists in Appwrite, if not, send an email to create an account first. If it does exist, it will connect it in the database.
I understand I'll have to use a Function for this, but I can't find any relevant APIs to check if an account already exists or not. The only API I can find is to get the currently logged in user (not just any user by email).
How to approach this?
Recommended threads
- Flutter native Google Sign Up with googl...
Hey I want to use the native login instead of the WebView. Do you have any experience on that and has Appwrite to plan this support?
- Do I need Redis if using appwrite
Saw appwrite has built-in redis, but does this work for listdocuments, getdocument and other query etc? what does the appwrite redis covers under the hood?
- After upgrading expo 52 to 53
Hello After upgrading my project from Expo SDK 52 to SDK 53, I encountered the following error when running the app: TurboModuleRegistry.getEnforcing(...): 'P...
