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

Method app

packages/firebase-crashlytics/index.ios.ts:34–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33 _app: FirebaseApp;
34 get app(): FirebaseApp {
35 if (!this._app) {
36 // @ts-ignore
37 this._app = FirebaseApp.fromNative(this.native.app);
38 }
39 return this._app;
40 }
41
42 get isCrashlyticsCollectionEnabled(): boolean {
43 return this.native.isCrashlyticsCollectionEnabled();

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected