Closed
Description
What's this warning for?
W/zze: Application name is not set. Call Builder#setApplicationName.
I get it while calling
FirebaseRemoteConfig remoteConfig = FirebaseRemoteConfig.getInstance();
These my Firebase lib versions
implementation 'com.google.firebase:firebase-core:16.0.7'
implementation 'com.google.firebase:firebase-messaging:17.3.4'
implementation 'com.google.firebase:firebase-config:16.3.0'
There is also a SO question here.