-
Notifications
You must be signed in to change notification settings - Fork 2.2k
linking multiple identity provider accounts to single user #257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@ciekawy This is a great idea and we do plan on supporting it, but it's not on our short term roadmap. I'll be creating a roadmap within the next week or so and I'll put this on the list of future features. Thanks for the request! |
@davideast is there a workaround so long we could use based on raw Firebase Web? |
- Linking multiple identity providers [issue #257](angular/angularfire#257) not currently possible with AngularFire - link accounts with https://firebase.google.com/docs/auth/web/account-linking
- Linking multiple identity providers [issue #257](angular/angularfire#257) not currently possible with AngularFire - link accounts with https://firebase.google.com/docs/auth/web/account-linking
Is this feature available in angularFire2? |
@ranjanmadhu No, but it's available in the regular SDK and it works just fine :) See issue #854 for the future of the Auth API. |
@davideast in the feature of the Auth API, account-linking isn't available... |
It's common that app users may want to use various identity providers (i.e. Google, Twitter, Facebook) to login to same account. It would be valuable feature to handle this case and to support linking multiple identities to one firebase user account. Discussion originally started here #230
here is some general discussion on the problem
http://stackoverflow.com/questions/6666267/architecture-for-merging-multiple-user-accounts-together
The text was updated successfully, but these errors were encountered: