MCPcopy Create free account
hub / github.com/NativeScript/firebase / isSignInWithEmailLink

Method isSignInWithEmailLink

packages/firebase-auth/index.ios.ts:922–924  ·  view source on GitHub ↗
(emailLink: string)

Source from the content-addressed store, hash-verified

920 }
921
922 isSignInWithEmailLink(emailLink: string): boolean {
923 return this.native.isSignInWithEmailLink(emailLink);
924 }
925
926 _authStateChangeListeners = new Map();
927

Callers

nothing calls this directly

Calls 1

isSignInWithEmailLinkMethod · 0.65

Tested by

no test coverage detected