Hi all,
How to set up collection and document permissions if I want,
- Every user can create read and update their own documents in that collection,
- Each user can only see their own documents in that collection,
- User that has special label like "admin" can see all documents in that collection and delete also.
TL;DR
Developers are wondering how to set up permissions for a collection:
- Regular users can create, read, and update their own documents.
- Regular users can only see their own documents.
- Admin users can see and delete all documents.
Solution: Implement role-based access control where regular users have restricted permissions and admin users have elevated permissions.Recommended threads
- Error With iOS Apps
I keep getting the below errors for my flutter app. The clients are registered and have been. This wasn't an issue a few hours ago. AppwriteException: AppwriteE...
- Backup policies think im on free tier
Cant create more than one policy as im told to ugprade, when clicking upgrade im taken to the upgrade page which confirms im already on pro
- Cant get rid of "get started"
Not that important, but annoying. No matter what I do I cant get the "Get started" to go away, ive added a bunch of web platforms and its just stuck.