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

Method constructor

packages/firebase-analytics/index.ios.ts:25–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 _app: FirebaseApp;
24
25 constructor() {
26 if (defaultAnalytics) {
27 return defaultAnalytics;
28 }
29 defaultAnalytics = this;
30 }
31
32 handleOpenURL(url: string): void {
33 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected