
In my app, I will have multiple users who need read accesss a document, but ONLY them. Sometimes its 2 people and sometimes it will be 100 but sometimes 5000. What is the best most effective way to do permissions to these documetns.
What is the limit of users i can specify in the permissions array of a document?? At what point is it too many for performance reasons?
Is it efficient to use "teams" to group people who need access to a particular set of resources?
Can I have 1,000,000 teams without a problem?
TIA

Document Permissions ... User array vs Teams
Recommended threads
- Unable to get account or logout after a ...
I get the following error after a successful login when ever I call account.get() or account.deleteSession(sessionId: "current"). User (role: guests) missing sc...
- 502 gateway error on downloading files t...
Appwrite Cloud. App blocked can't demo to client. Potential loss of client and 10,000$ payment
- [AppwriteException: User (role: guests) ...
User signs in succesfully but after when trying to get currentuser i get the error above. It has been working for month with a user. now i implemented signup a...
