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

Method app

packages/firebase-database/index.ios.ts:680–686  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

678 }
679
680 get app(): FirebaseApp {
681 if (!this._app) {
682 // @ts-ignore
683 this._app = FirebaseApp.fromNative(this.native.app);
684 }
685 return this._app;
686 }
687}

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected