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

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

    If you use Firebase Console, setting both values in the Remote Config tab stops the warnings.

    I've used: (as string values)

    • Parameter key: sessions_max_length_minutes | Value: "15"
    • Parameter key: sessions_feature_enabled | Value: "true"

    Not sure if there are any side effects, but (hopefully) it's an internal testing thing and doesn't change anything.

提交回复
热议问题