
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
- "Invalid relationship value. Must be eit...
In my app i am trying to update the documents in my databse from a form in my app, and i am getting this error Error updating event users: AppwriteException: I...
- reoccurring resource limit usage
Two days ago I had of the error (attached) when there’s virtually no usage this month for any of my appwrite apps Yesterday we cleared up and I wasn’t getting...
- Functions in Golang - I need help
Hi guys! I am struggling to deploy a rather simple golang function. The deployment log details are very sparse: "failed error code: 524 " or: "Cannot access ...
