So I am having some trouble trying to set so that a user cant edit a certain field after it has been set and when creating one it wont allow you to go higher then a certain number or that you cant set that by yourself for instance
For that you'll probably have to wrap to whole logic within a function.
And, Let the user have just read access.
So, all the writing - with the conditions - happens only on the server side.
Hmmm would be cool if the added that because I am right now using pocketbase and pushing out whole lot of things with ease but appwrite has a better system overall
Agree that would be cool. It's probably be difficult to cover any permissions use case
Recommended threads
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...