App's logs best way #2790
Unanswered
henryinfanteg
asked this question in
Q&A
Replies: 1 comment
-
As of v19.0.0: import { LogLevel, setLogLevel } from '@angular/fire';
setLogLevel(LogLevel.VERBOSE); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, what is the best way to handle the logs of an app with this library? if i want to enable setLogLevel in angular/fire/firestore, how do i?
Beta Was this translation helpful? Give feedback.
All reactions