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

Method app

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

Source from the content-addressed store, hash-verified

162 }
163 _app: FirebaseApp;
164 get app(): FirebaseApp {
165 if (!this._app) {
166 // @ts-ignore
167 this._app = FirebaseApp.fromNative(this._nativeApp);
168 }
169 return this._app;
170 }
171}

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected