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

Method ios

packages/firebase-app-check/index.android.ts:160–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 return this._native;
159 }
160 get ios() {
161 return this.native;
162 }
163 _app: FirebaseApp;
164 get app(): FirebaseApp {
165 if (!this._app) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected