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

Method app

packages/firebase-performance/index.ios.ts:175–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 }
174
175 get app(): FirebaseApp {
176 if (!this._app) {
177 // @ts-ignore
178 this._app = FirebaseApp.fromNative(this.native.app);
179 }
180 return this._app;
181 }
182}

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected