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)