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

Method ios

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

Source from the content-addressed store, hash-verified

208 return this._native;
209 }
210 get ios() {
211 return this.native;
212 }
213 get name() {
214 return this.native.name;
215 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected