-
Notifications
You must be signed in to change notification settings - Fork 2.2k
App's logs best way #2790
Unanswered
henryinfanteg
asked this question in
Q&A
App's logs best way
#2790
-
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
Replies: 1 comment
-
As of v19.0.0:
import { LogLevel, setLogLevel } from '@angular/fire'; setLogLevel(LogLevel.VERBOSE);
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment