I want to store some user data in the preferences. However, I don't want users to be able to modify it by directly querying the API. Basically, I want user preferences to be editable only by the server, not the client. Is there a way to achieve this, and should I rely on this approach, or would it be better to create a separate database for this purpose?
Every user can edit their own preferences. If you don't to allow that, create a new collection and allow read permission to it. edit it via a server sdk or server sdk + function.
Thanks
Recommended threads
- I now have the Github Student Developer ...
I have access to the Github Student Developer Pack, and it states Appwrite is included but when i try to access it, it says i dont have it. im thinking this is ...
- Trying to deploy on paid cloud plan and ...
Trying to deploy on paid cloud plan and receiving: no space left on device, write
- Bandwidth limit for your organization ha...
I received an alert that I exceeded the Free plan bandwidth limit (showing 5.86 GB), but my dashboard tells a different story. The usage stats there are much lo...