I am learning appwrite. When I made a todo app, all todos entered in collection are displayed irrespective of which user entered todos. There are no specific parameters mentioned in 'listDocuments' method that can filter the todos as per specific user(user_id). How to see the data entered by each specific user
Well you can set collection and document level security on, such that users can only see those todos which they created not from all other users.
Recommended threads
- Current User Is Not Authorized To Perfor...
I keep getting an error saying the current user is not authorized to perform the requested action, when I'm trying to create a row a table. Permissions have bee...
- storage copy file?
hey everyone, does anyone know if we can copy a file in storage. I have some base files that i want to copy for each user based on what they choose. I couldnt f...
- [BUG] The cloud cannot be migrated to se...
The cloud cannot be migrated to self-hosting. The content of this post is exactly the same as [issue 11068](https://github.com/appwrite/appwrite/issues/11068) ...