Whenever I call FirebaseRemoteConfig.getInstance()
, I get this warning:
W/zze: Application name is not set. Call Builder#setApplicationName.
I've updated the json config file from Firebase, but it remains the same. It does not affect any functionality, but I can't help but think something is missing. Any configurations I might be missing somewhere?
This warning has been solved in firebase-config 19.0.2
.
So if you upgrade the library to this version:
implementation 'com.google.firebase:firebase-config:19.0.2'
the warning disappears.
Anyway even if this warning polluted our log messages, applications using the previous versions of firebase config did behave as expected.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With