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

Method useEmulator

packages/firebase-ui/index.android.ts:666–668  ·  view source on GitHub ↗
(host: string, port: number)

Source from the content-addressed store, hash-verified

664 }
665
666 useEmulator(host: string, port: number) {
667 this.native.useEmulator(host === 'localhost' || host === '127.0.0.1' ? '10.0.2.2' : host, port);
668 }
669
670 show(config: Config) {
671 return new Promise<IIdpResponse>((resolve, reject) => {

Callers

nothing calls this directly

Calls 1

useEmulatorMethod · 0.65

Tested by

no test coverage detected