✅ Storing user related data when using an auth provider
Hello,
When using an auth provider, all the user data, like ID, email, etc. is stored and managed by the provider. Regarding that, do I need to store the user data in my SQL database and make relation based on that?
Or would it be better to simply add an extra userId column to tables where needed and leave it be? (without any relationship)
5 Replies
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
If you have no further questions, please use /close to mark the forum thread as answered
I am not using Identity, but something like Auth0, Firebase Auth
Now I get it
thanks
You should prob use identity if you want control over the data :thinker:
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View