I am using Firebase Core and some other Features, but not Remote Config. Multiple times a second the following Output is on Logcat.
Where can I disable the Remote Confi
This might be related to, or a result of:
W/zzd: Application name is not set. Call Builder#setApplicationName
disabling perf-plugin
& firebase-perf
removes the annoying log entries:
// classpath "com.google.firebase:perf-plugin:1.2.1"
// apply plugin: "com.google.firebase.firebase-perf"
// implementation "com.google.firebase:firebase-perf:17.0.0"
firebase-config
works fine on it's own.