How are permissions working with relations? If I have a collection where I have access to and there is a document liked to a collection I don’t have permissions for… What will happen if I request? Will the relation display?
It seems like you need to have access permissions to all documents.
You can see more detail here: https://appwrite.io/docs/databases-relationships#permissions
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...