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

Method checkActionCode

packages/firebase-auth/index.d.ts:132–132  ·  view source on GitHub ↗
(code: string)

Source from the content-addressed store, hash-verified

130 useEmulator(host: string, port: number);
131 applyActionCode(code: string): Promise<void>;
132 checkActionCode(code: string): Promise<ActionCodeInfo>;
133 confirmPasswordReset(code: string, newPassword: string): Promise<void>;
134 createUserWithEmailAndPassword(email: string, password: string): Promise<IUserCredential>;
135 fetchSignInMethodsForEmail(email: string): Promise<string[]>;

Callers 2

checkActionCodeMethod · 0.65
checkActionCodeMethod · 0.65

Implementers 3

Authpackages/firebase-auth/index.android.t
Authpackages/firebase-auth/index.ios.ts
Authpackages/firebase-auth/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected