FirebaseExtended / polymerfire

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

Add email link (passwordless) sign-in to <firebase-auth> #339

Open FluorescentHallucinogen opened 6 years ago

FluorescentHallucinogen commented 6 years ago

See https://firebase.google.com/docs/auth/web/email-link-auth for more info.

FluorescentHallucinogen commented 6 years ago

I know that the user object returned by <firebase-auth> already include these methods. But these methods are not listed in https://webcomponents.org/element/firebase/polymerfire/elements/firebase-auth#methods. How do users find out about them?

Currently the Polymer team is working on TypeScript type declarations. This should help e.g. with methods autocompletion. These declarations are automatically generated from Polymer elements source. So I believe that these methods should be declared in <firebase-auth> web component explicitly.

FluorescentHallucinogen commented 6 years ago

@tjmonsi PTAL.

FluorescentHallucinogen commented 6 years ago

@mbleigh @merlinnot PTAL.