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

Function firebase

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

Source from the content-addressed store, hash-verified

463}
464
465export function firebase() {
466 if (firebaseInstance) {
467 return firebaseInstance;
468 }
469 firebaseInstance = new Firebase();
470 return firebaseInstance;
471}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected