FirebaseRemoteConfig Error “No value of type 'String' exists for parameter key”

后端 未结 8 860
心在旅途
心在旅途 2021-01-31 13:27

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

8条回答
  •  醉话见心
    2021-01-31 14:06

    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.

提交回复
热议问题