MCPcopy
hub / github.com/angular/angularfire / updateConfig

Method updateConfig

src/compat/analytics/analytics.ts:40–43  ·  view source on GitHub ↗
(config: Config)

Source from the content-addressed store, hash-verified

38 private analyticsInitialized = new Promise<void>(() => undefined);
39
40 async updateConfig(config: Config) {
41 await this.analyticsInitialized;
42 window[GTAG_FUNCTION_NAME](GTAG_CONFIG_COMMAND, this.measurementId, { ...config, update: true });
43 }
44
45 constructor(
46 app: FirebaseApp,

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected