You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
signInWithEmailLink
method.sendSignInLinkToEmail
method.isSignInWithEmailLink
method.fetchSignInMethodsForEmail
method.See https://firebase.google.com/docs/auth/web/email-link-auth for more info.
The text was updated successfully, but these errors were encountered: