Skip to content
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

linking multiple identity provider accounts to single user #257

Closed
ciekawy opened this issue Jun 21, 2016 · 5 comments
Closed

linking multiple identity provider accounts to single user #257

ciekawy opened this issue Jun 21, 2016 · 5 comments

Comments

@ciekawy
Copy link

ciekawy commented Jun 21, 2016

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

@davideast
Copy link
Member

@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!

@ChrisCurrin
Copy link
Contributor

@davideast is there a workaround so long we could use based on raw Firebase Web?
https://firebase.google.com/docs/auth/web/account-linking
for example firebase.auth().currentUser.link works, but requires a proper credential (well works as in 'exists').

cnishina added a commit to cnishina/boardgames that referenced this issue Dec 8, 2016
- 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
cnishina added a commit to cnishina/boardgames that referenced this issue Dec 8, 2016
- 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
@ranjanmadhu
Copy link

Is this feature available in angularFire2?

@davideast
Copy link
Member

davideast commented Mar 17, 2017

@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.

@LiveLikeCounter
Copy link

@davideast in the feature of the Auth API, account-linking isn't available...
Will this be in the feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants