
How does appwrite store users, is there a way to store additional user data in the user profile apart from preferences.

You can store user data in a userCollection You can retrieve the $id from auth info. Then create/find thr user docuement with this id instead of ID.unique().

Yes, that is a way but with user auth data itself I was wondering.

No You cant keep extra info along with auth.

Was the question about security?
Like If read/update permission is given to user then any user can view other user info if they have the id?

No, that can be managed by permissions on document level.
Recommended threads
- I don't understand why it doesn't accept...
The error says image transformator is blocked, but I am sending an image in the format I have specified that can be sent.
- Server side authorization
Hi, I have a Flutter application were I'm handling user authentication using Appwrite. Now I have to create a backend with some rest api. I need the api to be p...
- Google and Appwrite Auth Integration
I had difficulties with implementing Google authentication into my react native app. Is there a documentation of how to integrate apple and Google sign up for ...
