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

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

    This was my observation:

    If you have a specific key set up on RemoteConfig console & have not added a default key in the default xml (passed in setDefaultsAsync()).

    And if, for some rare case,
    either the there was No Connectivity or Firebase RemoteConfig failed to fetch the values & if that specific key was used to get a default value,
    you might get that message in the Logcat.

提交回复
热议问题