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

Method useEmulator

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

Source from the content-addressed store, hash-verified

972 }
973
974 useEmulator(host: string, port: number) {
975 this.native.useEmulator(host === 'localhost' || host === '127.0.0.1' ? '10.0.2.2' : host, port);
976 }
977
978 fetchSignInMethodsForEmail(email: string): Promise<string[]> {
979 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls 1

useEmulatorMethod · 0.65

Tested by

no test coverage detected