hello, im trying to make an app project where there are two levels of authorisation. one being management and one being a basic user. Should i create an attribute onto the users with the two options or do i do it through appwrites permissions. Both levels of user should be able to update the database the reason for the two different tiers is that i want parts of the app to be off limits to the normal users such as the analytics etc. I dont see the point of using appwrites permissions for this as from my understanding this is to alter who can edit read and delete documents right? Any help is appreciated or links to documentation.
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...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.