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

Method app

packages/firebase-dynamic-links/index.ios.ts:536–542  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

534 }
535
536 get app(): FirebaseApp {
537 if (!this._app) {
538 // @ts-ignore
539 this._app = FirebaseApp.fromNative(FIRApp.defaultApp());
540 }
541 return this._app;
542 }
543}

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected