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

Method applyActionCode

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

Source from the content-addressed store, hash-verified

129
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>;

Callers 2

applyActionCodeMethod · 0.65
applyActionCodeMethod · 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