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

Method app

packages/firebase-remote-config/index.ios.ts:118–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 get app(): FirebaseApp {
119 if (!this._app) {
120 // @ts-ignore
121 this._app = FirebaseApp.fromNative(this.native.app);
122 }
123 return this._app;
124 }
125
126 get fetchTimeMillis(): number {
127 return this.native.lastFetchTime?.getTime?.();

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected