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

Method app

packages/firebase-storage/index.android.ts:612–618  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

610 }
611
612 get app(): FirebaseApp {
613 if (!this._app) {
614 // @ts-ignore
615 this._app = FirebaseApp.fromNative(this.native.app);
616 }
617 return this._app;
618 }
619
620 get maxDownloadRetryTime(): number {
621 return this.native?.getMaxDownloadRetryTimeMillis?.() ?? 0 / 1000;

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected