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
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...