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
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...