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

后端 未结 8 891
心在旅途
心在旅途 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:31

    Firebase answer to my bug report:

    It seems that you're getting some warning about Remote Config. We managed to reproduce on our end, and our engineers have confirmed that this is working as intended. This happens because the Performance Monitoring SDK was added on your app. This is because Performance Monitoring uses Firebase Remote Config internally. However, our engineers have confirmed that they will try to reduce these warnings in the future. For now, you can ignore these as it's only a warning, and should not affect the app's performance.

提交回复
热议问题