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
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...
- Issue with google and apple oauth in Flu...
My Flutter application is logging in and out with email and password successfully, but I’m having trouble with Google and Apple OAuth login and signup. Here’s...
- Issue with Appwrite Read Request Limit b...
Hi Team, My coding terminal connected to the Appwrite CLI blew through my Projects Read request limit with in a day! and thats a large limit! I'm not sure how...