i am created a project in appwrite , i am able to add only 3 values , but i want to add another value of role or any other custom . so i want to create another attribute in auth . how to add it in appwrite auth by using flutterflow . ( i am using flutterflow )
Check the screenshot For the api all i used
TIA
By clicking on each user you'll find a list of other attributes alongside prefs, check out the Users API in appwrite, you'll find everything there.
Recommended threads
- Rate Limit of project
AppwriteException: Rate limit for the current endpoint has been exceeded. Please try again after some time. So , how much time I have to wait and why does it h...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- 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...