Skip to content

Add / Remove a Provider #700

@jdgamble555

Description

@jdgamble555

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions