What is the best way to add attributes for a User? Do I need to create another entity with the attributes since I cant add them in the Auth service. Thx
TL;DR
To add attributes to a User, the best way is to create a collection in the database and include a column for userId and any additional attributes needed. This can be done by creating a separate entity in the database to store the additional attributes, while keeping the User entity in the Auth service for authentication purposes.best way to do this is to create a collection in database, and add a userId column along with additional attributes that you want
gotcha ... thank you
appreciate it!
Recommended threads
- Email address must be in its canonical f...
Hello, Recently I was trying to signup with my GitHub account with appwrite account for availing the student benifits but while trying to signup I saw such erro...
- help!!!!
whats happening no clue pls help 🥲
- Login / Signup issue
So I have been trying to create an account on appwrite but no matter what I try it doesn't work. I tried using GitHub at first but after logging in it just red...