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
- Project is currently blocked
When accessing the Appwrite console, I receive the message: "Project is currently blocked. Access to this project is restricted. Contact support if the issue pe...
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...
- ClientException with SocketException: Cl...
hi <@564158268319203348> i have noticed this 500 status code in my function requests, it seems its not able to connect to the internet in the function as reque...