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

Method app

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected