I'm working on app which the database security is so important. I wanna know if the user created a document and only the user who created the doc will have the permissions to modify it.
i want to know now, can the user edit any other docs in the same collection that he didn't create?
i'm using document-level permissions
and, can the user create a document without permission on the collection?
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", ...