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

Method app

packages/firebase-storage/index.ios.ts:609–615  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

607 }
608
609 get app(): FirebaseApp {
610 if (!this._app) {
611 // @ts-ignore
612 this._app = FirebaseApp.fromNative(this.native.app);
613 }
614 return this._app;
615 }
616
617 get maxDownloadRetryTime(): number {
618 return this.native?.maxDownloadRetryTime;

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected