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

Method app

packages/firebase-app-check/index.ios.ts:194–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192 return this.native;
193 }
194 get app(): FirebaseApp {
195 if (!this._app) {
196 // @ts-ignore
197 this._app = FirebaseApp.fromNative(this._nativeApp);
198 }
199 return this._app;
200 }
201}

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected