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

Method constructor

packages/firebase-analytics/index.android.ts:94–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 _app: FirebaseApp;
93
94 constructor() {
95 if (defaultAnalytics) {
96 return defaultAnalytics;
97 }
98 defaultAnalytics = this;
99 this._native = com.google.firebase.analytics.FirebaseAnalytics.getInstance(Utils.android.getApplicationContext());
100 }
101
102 handleOpenURL(url: string): void {}
103

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected