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

Interface OverrideOptions

tools/build.ts:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10};
11
12interface OverrideOptions {
13 exportName?: string;
14 zoneWrap?: boolean;
15 blockUntilFirst?: boolean;
16 override?: boolean;
17 logLevel?: LogLevel;
18}
19
20const firestoreOverrides = {
21 addDoc: { logLevel: LogLevel.VERBOSE },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected