
I have a question regarding where to store user information. Should I place it in the Auth Appwrite table, or should I create a separate table and connect it via an ID or other Appwrite relationships? Also, does Appwrite support Google OAuth in React Native?
What is the best way to manage different types of users in Appwrite? Should I use labels to differentiate between regular users and those with admin privileges?

Additional user data that may need to be accessible by others and/or queried against should go in a database collection.
Oauth with the SDK on react native is not supported. See https://github.com/appwrite/sdk-for-web/issues/41. You can still try to manually open the url, though.
Sure, you can use labels. Teams are used for collaboration allowing a user to invite another user. Choose whichever fits your use case
Recommended threads
- "The document data is missing. Try again...
Hello, I am getting this error suddenly. I have been using this service for a year now, and I haven't made any changes to my code since then. My app was workin...
- Error: The document data is missing. Try...
I am not able to create any document on some of the collection/ DBs. As I can see many of us facing the same issue, need a quick resolution from the Appwrite Te...
- Appwrite Error: 401 Unauthorized on getC...
Hi everyone, I'm getting an error while trying to fetch the current user using Appwrite in my React project. Here's the error log: auth.js:41 GET https://fra....
