MCPcopy Index your code
hub / github.com/angular/angularfire / log

Function log

src/compat/firebase.app.module.ts:31–36  ·  view source on GitHub ↗
(level: 'log'|'error'|'info'|'warn', ...args: any)

Source from the content-addressed store, hash-verified

29}
30
31const log = (level: 'log'|'error'|'info'|'warn', ...args: any) => {
32 if (isDevMode() && typeof console !== 'undefined') {
33 // eslint-disable-next-line no-console
34 console[level](...args);
35 }
36};
37
38const FIREBASE_APP_PROVIDER = {
39 provide: FirebaseApp,

Callers 1

ɵfirebaseAppFactoryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected