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

Method inForeground

packages/firebase-core/index.android.ts:202–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200 static _appDidLaunch = false;
201 static _inForeground = false;
202 static get inForeground() {
203 return Firebase._inForeground;
204 }
205 constructor() {
206 if (firebaseInstance) {
207 return firebaseInstance;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected