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
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)
- Bug report: Race condition in Flutter SD...
Hi team, I've found an intermittent bug in the Flutter SDK (v20.3.0) when using `createOAuth2Session` on Android. **Symptoms** After `createOAuth2Session` re...
- DB Relational Table Request
Hi, I'd like to suggest a rewording of the relationships between tables. - Current wording: storeOperatingDays can contain one storeId ...