strangerOriginal post
Rank 2: Process
How does appwrite store users, is there a way to store additional user data in the user profile apart from preferences.
Summary
Appwrite stores users by allowing developers to manage permissions on a document level. Extra user data can be stored in a user collection by retrieving the $id from authentication info and using it to create/find the user document with the specific ID.