in my app (next.js, hono) I work with all the collections, can read and write because i gave the registered users permission to do so. But since the users is a different kind of collection, I don't see where I can set the permissions to it. I want to give registered users the ability to read the whole users list. How?
Using the web sdk you really can't do that, but ultimately you really shouldn't allow users to read other user objects as they contain sensitive information. What I would recommend doing instead in maintain a users collection that stores stuff like user name, profile picture, ect. And giving them the ability to read from that.
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Getting current user has been blocked
Getting current user has been blocked error while signing in the appwrite console. Got this during I am testing with the my saas web project. Please help to unb...
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...