FirebaseRemoteConfig Error “No value of type 'String' exists for parameter key”
See original GitHub issueFirebase Performance Android SDK spams the logs, all the time, repeatedly, with messages like:
W/FirebaseRemoteConfig( 5294): No value of type 'String' exists for parameter key 'sessions_max_length_minutes'.
W/FirebaseRemoteConfig( 5294): No value of type 'String' exists for parameter key 'sessions_feature_enabled'.
You don’t need to do anything in particular to trigger this behavior. It starts happening when you start to depend on Firebase Performance.
It was first observed over a year ago. I confirm that it’s happening in the newest Flutter plugin firebase_performance: 0.3.2
(from May 25, 2020). It’s been reported to happen also in the newest Android (Java) firebase-perf: 19.0.7
(from Apr, 2020).
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (1 by maintainers)
Top Results From Across the Web
FirebaseRemoteConfig Error "No value of type 'String' exists ...
W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'fpr_vc_trace_sampling_rate'. It is not causing any problems I think, ...
Read more >FirebaseRemoteConfig Error "No value of type 'String' exists ...
Android : FirebaseRemoteConfig Error " No value of type 'String' exists for parameter key " [ Beautify Your Computer ...
Read more >Developers - [firebase_performance] Constant log messages: No ...
... log messages: No value of type 'String' exists for parameter key. ... makes it hard to see my own logs and errors...
Read more >Android – Firebase Remote Config – check if value exists – iTecNote
androidfirebasefirebase-remote-config ... mFirebaseRemoteConfig = FirebaseRemoteConfig. ... Error “No value of type 'String' exists for parameter key”
Read more >User Ruslan Berozov - Reverse Engineering Stack Exchange
FirebaseRemoteConfig Error "No value of type 'String' exists for parameter key". 9. ACCESS_FINE_LOCATION AndroidManifest Permissions Not Being Granted.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @cubuspl42, I have filed a bug to Flutter plugin for upgrading Firebase Performance dependency version to the latest: https://github.com/FirebaseExtended/flutterfire/issues/3008. Let’s follow up in that issue, and feel free to reopen the current thread if the issue persists after Flutter plugin upgrade.
As I stated in the original message, I’m using
firebase-perf
indirectly, throughfirebase_performance
Flutter plugin. The newest version of the mentioned plugin depends on the older version offirebase-perf
. I will let you know when that version is bumped.