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

Method constructor

packages/firebase-performance/index.ios.ts:138–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 _app: FirebaseApp;
137
138 constructor() {
139 if (defaultPerformance) {
140 return defaultPerformance;
141 }
142 defaultPerformance = this;
143 this._native = FIRPerformance.sharedInstance();
144 }
145
146 get isPerformanceCollectionEnabled(): boolean {
147 return this.native.dataCollectionEnabled;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected