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

Method app

packages/firebase-crashlytics/index.android.ts:37–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36 _app: FirebaseApp;
37 get app(): FirebaseApp {
38 if (!this._app) {
39 // @ts-ignore
40 this._app = FirebaseApp.fromNative(this.native.app);
41 }
42 return this._app;
43 }
44
45 checkForUnsentReports(): Promise<boolean> {
46 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected