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
@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?
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').
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...
Will this be in the feature?
Most helpful comment
@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.linkworks, but requires a proper credential (well works as in 'exists').