-
Notifications
You must be signed in to change notification settings - Fork 615
Description
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