Hi everyone, I recently started using appwrite for my future SaaS application, and the platform is wonderful so far. However I just have a question in integrating the authentication process (I'll be using email and password for now so I can learn and get a better understanding). For the Account API, is there a way I can add more properties in it (assignments array, profile description, etc...), how does that work and I want to be able to push it into my user's collection? I'm using SSR integration. Sorry for bad grammar. Thank you
Recommended threads
- Courtesy limit reset for non-profit migr...
Hi Team! I'm the architect for a 501(c)(3) non-profit project (Aaria's Blue Elephant) and we just hit our Free plan Database Read limit (currently at 164%). Th...
- RBAC design question
Hi, I am trying to create RBAC so we will have multiple orgs in the app each org will have 3 roles (admin, member and read only) what is the best way to go ab...
- 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...