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

Method app

packages/firebase-firestore/index.android.ts:1680–1686  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1678 }
1679
1680 get app(): FirebaseApp {
1681 if (!this._app) {
1682 // @ts-ignore
1683 this._app = FirebaseApp.fromNative(this.native.getApp());
1684 }
1685 return this._app;
1686 }
1687}

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected