I am using java here.
I have referred this How to stop Firebase from logging status updates when app is launched and followed adding arguments
-FIRDebugDisabled
still couldn't solve the issueThen I follwed this looks like it is for ios, Coudnt find FirebaseConfiguration class. So I stuck
func setupFirebase() { FirebaseConfiguration.shared.setLoggerLevel(.min) FirebaseApp.configure() }
OS_ACTIVITY_MODE
I have disabled in environment still I find logging in console when i add the data to firestore.
What Actually I need: I don't want to log firebase connection details in console . When I tried to communicate with database.