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

Method app

packages/firebase-remote-config/index.android.ts:150–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 }
149
150 get app(): FirebaseApp {
151 if (!this._app) {
152 // @ts-ignore
153 this._app = FirebaseApp.fromNative(this.native.app);
154 }
155 return this._app;
156 }
157
158 get fetchTimeMillis(): number {
159 return this.native.getInfo().getFetchTimeMillis?.() * 1000;

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected