
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
- Bypass Error When Creating Account With ...
Suppose user first uses email/pass for log in using xyz@gmail.com, few month later on decides to use google oauth2 with same xyz@gmail.com (or in reverse orde...
- No mails from Appwrite
Hello, Since severals days, i have a problem : i d'ont received any mails from Appwrite. I'm using the auth by mail and i don't any code so any mails from App...
- dart function very slow
sometimes waiting too long, about 3mins to 5mins, sometimes very fast, not build time, just execute, anyway to speed up?
