The Firebase JS SDK is now in BETA!
This EAP site is no longer maintained. See the official Firebase Documentation site for the latest documentation and information about the Firebase JS SDK.

Home > @firebase/auth > isSignInWithEmailLink

isSignInWithEmailLink() function

Checks if an incoming link is a sign-in with email link suitable for signInWithEmailLink().

Signature:

export declare function isSignInWithEmailLink(auth: Auth, emailLink: string): boolean;

Parameters

Parameter Type Description
auth Auth The Auth instance.
emailLink string The link sent to the user's email address.

Returns:

boolean