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
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...