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

Method useEmulator

packages/firebase-auth/index.d.ts:130–130  ·  view source on GitHub ↗
(host: string, port: number)

Source from the content-addressed store, hash-verified

128 readonly tenantId: string;
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>;

Callers 1

useEmulatorMethod · 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