i dont have idea about how admin manage users and all how to make guys if ayone has theorical knowladge and all please can share me blog or etc too understand basic things please tell me
What do you mean with managing users?
If you mean deleting for example, an user, you will need an appwrite function
for example i had a app which has a admin and user both so how i first of all identify it is admin or user if there is no login available for user just login available for admin and how admin manage a work to upload items and all
You can assign permission: https://appwrite.io/docs/permissions
If you don't want (for example) allowing an user without a role accessing a page, you can do account.get(); and depending on the role redirect to another page
Recommended threads
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- redirect_uri errors on flutter client
Hi all, I'm using the flutter client for my app to do appwrite auth and use the JWTs to send to my backend. When I try to sign in with SSO, I get this: https:/...
- Problem with getting rows from related t...
Hi, I migrated the Appwrite SDK to 1.8.0 and the package in my Flutter app to version ^20.3.2. I noticed one thing is different. Previously, when I got a JSON r...