
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
- support countsI want just want number of rows i have matching few conditions, if databse.count was there then will had saved few resources, instead using databse.listrows 
- Cannot use createdBefore query on bulk d...sdk: dart version: 19.2.1 ```final timestamp = DateTime.timestamp() .subtract(const Duration(days: 1)) .toIso8601String(); await databas... 
- Retrieving items from appwrite collectio...Hello team, I started experiencing a weird bug yesterday. If I add multiple new items to a collection on the same day, it doesn’t show up in my app when I fetc... 
