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

Method android

packages/firebase-database/index.android.ts:698–700  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

696 return this._native;
697 }
698 get android() {
699 return this.native;
700 }
701
702 get app(): FirebaseApp {
703 if (!this._app) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected