Hi, considering to move over from supabase. But struggle to understand permissions. One thing i have is a high score table. Each user can update their own scores, and all users can see all scores. With supabase i create this very easy with row level security. I understand i can enable document level seccurity in appwrite, but is there not a easy way to allow users to only have permissions to edit their own documents in a collection? Do i need to set permissions for each document?
Recommended threads
- Deleted my account, trying to signup aga...
https://cloud.appwrite.io/console/login?error=%7B%22message%22%3A%22This+email+address+must+already+be+in+its+canonical+form.+Please+remove+aliases%2C+tags%2C+o...
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...