Open FluorescentHallucinogen opened 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.
@tjmonsi PTAL.
@mbleigh @merlinnot PTAL.
signInWithEmailLink
method.sendSignInLinkToEmail
method.isSignInWithEmailLink
method.fetchSignInMethodsForEmail
method.See https://firebase.google.com/docs/auth/web/email-link-auth for more info.