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

Method app

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

Source from the content-addressed store, hash-verified

97 }
98 _app: FirebaseApp;
99 get app(): FirebaseApp {
100 if (!this._app) {
101 // @ts-ignore
102 this._app = FirebaseApp.fromNative(this._nativeApp);
103 }
104 return this._app;
105 }
106}

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected