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
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...