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
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...