angularfire icon indicating copy to clipboard operation
angularfire copied to clipboard

DEBUG_MODE is false only if it is not listed in app.module.ts

Open elinake opened this issue 2 years ago • 1 comments

Version info

Angular: 12.2.0

Firebase: 9.6.6

AngularFire: 7.2.1

How to reproduce these conditions

Steps to set up and reproduce

In app.module.ts:

{ provide: DEBUG_MODE, useValue: true } { provide: DEBUG_MODE, useValue: false }

Both two use cases listed above activate the debug mode in Firebase Console. If I omit DEBUG_MODE altogether from providers, only then does it not activate debug mode.

elinake avatar Mar 16 '22 13:03 elinake

This issue does not seem to follow the issue template. Make sure you provide all the required information.

google-oss-bot avatar Mar 16 '22 13:03 google-oss-bot