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
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
- One-time Cloud migration blocked by data...
Hi, I’m blocked on a one-time migration from Appwrite Cloud to my self-hosted Appwrite instance. We already fixed the region issue, and the migration now corre...
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...