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

Method native

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

Source from the content-addressed store, hash-verified

45 return this.native;
46 }
47 get native() {
48 return this._nativeApp?.options;
49 }
50
51 get name(): string {
52 return this._nativeApp?.name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected