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
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- Download appwrite Docs
Is there is a way to download appwrite Docs ? Because appwrite skill isn't enough to give the agent full understanding about how appwrite works (I noticed this ...