FirebaseExtended / polymerfire

Polymer Web Components for Firebase
https://www.webcomponents.org/element/firebase/polymerfire
MIT License
459 stars 142 forks source link

Add auth providers linking/unlinking to <firebase-auth> #256

Open FluorescentHallucinogen opened 6 years ago

FluorescentHallucinogen commented 6 years ago

Add link/unlink (multiple) auth providers to an account feature to <firebase-auth> element.

For more info see: https://firebase.google.com/docs/auth/web/account-linking.

FluorescentHallucinogen commented 6 years ago

@tjmonsi PTAL.

tjmonsi commented 6 years ago

@FluorescentHallucinogen thanks for the headsup. I'll check up on it.

khammami commented 6 years ago

@tjmonsi @FluorescentHallucinogen the user object returned by firebase-auth include already these methods

FluorescentHallucinogen commented 6 years ago

@khammami But these methods are not listed in https://webcomponents.org/element/firebase/polymerfire/elements/firebase-auth#methods. They should be declared in <firebase-auth> web component explicitly.