
If i want any authenticated user to be able to read the document and only the creator to be able to update or delete
- What should I set the permissions to on the document
- Should I have any permissions on the collection or only on the Document
Thanks

any authenticated user to be able to read the document
Grant read permissions to users at the collection level
only the creator to be able to update or delete
Enable document security on the collection and then don't pass anything for permissions when the user creates the document

So by default the creator of the document has all Permission to the document by default

Recommended threads
- Creating a relationship with nested obje...
{ "data": { "name": "DiDi", "type": "Software Development", "userJobs": [{ "$id": "68cbf1e2003612fb13ca", "j...
- Realtime integration with SSR auth
Hey, I have a nextjs website with SSR auth, works great. I use a session client for user verification and an admin client with API key. Both is used with node-...
- Looking for Partner
I'm looking for a partner for long-term collaboration. Of course, you'll get paid for it. If you are interested, please send a DM to me
