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

Method app

packages/firebase-firestore/index.ios.ts:1491–1497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1489 }
1490
1491 get app(): FirebaseApp {
1492 if (!this._app) {
1493 // @ts-ignore
1494 this._app = FirebaseApp.fromNative(this.native.app);
1495 }
1496 return this._app;
1497 }
1498}

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected