i looked throught the documentation but i cant seem to figure out how to assign a label to a user when created
I think that's server side only functionality
is there any altrenative???
Create an appwrite function that sets the labels?
But you'd have to add appropriate authorization/authentication to prevent people from setting their own?
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...
- Help with nameservers
I just added our domain, and as per instruction in the page following, it says, "Add the following nameservers on your DNS provider. ..." I want to keep my cu...
- 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...