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

Method android

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

Source from the content-addressed store, hash-verified

1674 }
1675
1676 get android() {
1677 return this.native;
1678 }
1679
1680 get app(): FirebaseApp {
1681 if (!this._app) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected