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

Method app

packages/firebase-installations/index.ios.ts:73–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 get app(): FirebaseApp {
74 if (!this._app) {
75 // @ts-ignore
76 this._app = FirebaseApp.fromNative(this.native.app);
77 }
78 return this._app;
79 }
80}

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected