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

Method ios

packages/firebase-core/index.ios.ts:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 return null;
43 }
44 get ios() {
45 return this.native;
46 }
47 get native() {
48 return this._nativeApp?.options;
49 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected