Fayek AhmedOriginal post
Rank 1: Thread
I'm trying to create a expense tracker using react native. Here i have two user in the ss one 'bangladesh' another 'fayek' . I want documents that are related to bangladesh should only be viewed by bangladesh and refrain fayek from viewing it. Here the issue is both bangladesh and fayek can view each other's data which is not normal in an expense tracker application. How to fix it?
Summary
Document Level Permissions need to be turned on to restrict access to certain users. By default, only the creator of a document can read/update/delete it, but permissions can be customized. Set up permissions so only 'bangladesh' can view the documents related to them.