You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there doesn't seem to be a way to link / unlink a provider (email, google, password, phone, etc). There should be methods to do this, as people need to be able to handle their accounts in these situations. This is very standard.
Describe the solution you'd like
There should be just basic "link" and "unlink" methods for an account that is already signed in.
I don't see a way to do this since you can't "delete" an account either. I guess you could write a separate stored procedure to delete the account, then a separate stored procedure to copy / delete / merge other accounts. Then write the backend code, then write the frontend code.
That being said, this should be built-in.
J
The text was updated successfully, but these errors were encountered:
Thanks for the detailed description! We've received multiple requests for this but we don't plan to support linking/unlinking providers for the moment but it's something that we'll be looking into right now. Feel free to follow along at #313
Going to close for now but let us now if you have any further questions/concerns.
Thanks!
Feature request
Currently, there doesn't seem to be a way to link / unlink a provider (email, google, password, phone, etc). There should be methods to do this, as people need to be able to handle their accounts in these situations. This is very standard.
Describe the solution you'd like
There should be just basic "link" and "unlink" methods for an account that is already signed in.
https://firebase.google.com/docs/auth/web/account-linking
https://auth0.com/docs/manage-users/user-accounts/user-account-linking/unlink-user-accounts
Describe alternatives you've considered
I don't see a way to do this since you can't "delete" an account either. I guess you could write a separate stored procedure to delete the account, then a separate stored procedure to copy / delete / merge other accounts. Then write the backend code, then write the frontend code.
That being said, this should be built-in.
J
The text was updated successfully, but these errors were encountered: