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