FirebaseRemoteConfig错误“参数键不存在类型为'String'的值" [英] FirebaseRemoteConfig Error "No value of type 'String' exists for parameter key"

查看:139
本文介绍了FirebaseRemoteConfig错误“参数键不存在类型为'String'的值"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Firebase Core和其他一些功能,但没有使用Remote Config.每秒多次在Logcat上显示以下输出.

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 Config functionality or even set those non-existing values?

依赖项:

// Project
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.google.gms:google-services:4.2.0'
classpath 'com.google.firebase:firebase-plugins:1.2.0'

classpath 'io.fabric.tools:gradle:1.26.1'

// Module
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:support-vector-drawable:28.0.0'
implementation 'com.android.support:preference-v7:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'org.jsoup:jsoup:1.11.3'
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
implementation 'com.android.support:cardview-v7:28.0.0'

implementation 'com.google.firebase:firebase-core:16.0.8'
implementation 'com.google.firebase:firebase-messaging:17.5.0'
implementation 'com.google.firebase:firebase-perf:16.2.4'
implementation 'com.google.android.gms:play-services-location:16.0.0'
implementation 'com.jsibbold:zoomage:1.2.0'
implementation 'com.android.support:exifinterface:28.0.0'
implementation 'com.squareup.picasso:picasso:2.71828'

implementation 'com.crashlytics.sdk.android:crashlytics:2.9.9'

W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_max_length_minutes'.
W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_max_length_minutes'.
W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_feature_enabled'.
W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_max_length_minutes'.
W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'fpr_vc_trace_sampling_rate'.
W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_feature_enabled'.
W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'fpr_vc_trace_sampling_rate'.

我认为这不会引起任何问题,只是惹恼它向控制台发送了垃圾邮件.

推荐答案

我的错误报告的Firebase答案:

Firebase answer to my bug report:

似乎您收到有关Remote Config的警告.我们成功地进行了复制,我们的工程师已经确认这是按预期进行的.发生这种情况是因为您的应用程序中添加了Performance Monitoring SDK.这是因为性能监控在内部使用Firebase远程配置.但是,我们的工程师已经确认,他们将在将来尝试减少这些警告.目前,您可以忽略这些内容,因为这只是一个警告,不应影响应用程序的性能.

这篇关于FirebaseRemoteConfig错误“参数键不存在类型为'String'的值"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆