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

Method ios

packages/firebase-database/index.ios.ts:676–678  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

674 }
675
676 get ios() {
677 return this.native;
678 }
679
680 get app(): FirebaseApp {
681 if (!this._app) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected