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

Method app

packages/firebase-in-app-messaging/index.ios.ts:55–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 get app(): FirebaseApp {
56 if (!this._app) {
57 // @ts-ignore
58 this._app = FirebaseApp.fromNative(this.native.app);
59 }
60 return this._app;
61 }
62}

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected