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

Method app

packages/firebase-installations/index.android.ts:87–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 get app(): FirebaseApp {
88 if (!this._app) {
89 // @ts-ignore
90 this._app = FirebaseApp.fromNative(this.native.app);
91 }
92 return this._app;
93 }
94}

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected