MCPcopy Index your code
hub / github.com/NativeScript/firebase / app

Method app

packages/firebase-ui/index.ios.ts:520–529  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

518 }
519
520 get app(): FirebaseApp {
521 if (this._auth) {
522 return this._auth.app;
523 }
524 if (!this._app) {
525 // @ts-ignore
526 this._app = FirebaseApp.fromNative(this.native.getApp());
527 }
528 return this._app;
529 }
530
531 useEmulator(host: string, port: number) {
532 this.native.useEmulatorWithHostPort(host, port);

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected