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

Method ios

packages/firebase-remote-config/index.ios.ts:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 return this._native;
113 }
114 get ios() {
115 return this.native;
116 }
117
118 get app(): FirebaseApp {
119 if (!this._app) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected