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

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

    The Firebase Android library firebase-core is no longer needed. This SDK included the Firebase SDK for Google Analytics.

    Remove firebase-core in your build.gradle

提交回复
热议问题