Flutterfire: [firebase_performance] Constant log messages: No value of type 'String' exists for parameter key

Created on 16 Feb 2020  路  5Comments  路  Source: FirebaseExtended/flutterfire

My VSCode logs are filled with RemoteConfig warnings.

While I know these logs are due to the way that Firebase performance is built, but it makes it hard to see my own logs and errors since the window is filled with these.

There are about 2 of these every second.

I do not have Remote Config installed; these logs started showing up when I added firebase performance to my app.

My pubspec.yaml:

  shared_preferences: ^0.5.6+1
  firebase_core: ^0.4.4
  cloud_firestore: ^0.13.2+1
  firebase_analytics: ^5.0.11
  firebase_auth: ^0.15.4
  firebase_crashlytics: ^0.1.2+5
  firebase_performance: ^0.3.1+5
  firebase_messaging: ^6.0.9
  firebase_storage: ^3.1.1
  cloud_functions: ^0.4.1+9
  provider: ^4.0.4

What I see:

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

Some more information about this:
https://stackoverflow.com/questions/55510223/firebaseremoteconfig-error-no-value-of-type-string-exists-for-parameter-key

Is there a way to suppress these logs in VSCode?

crowd android performance remote_config bug

Most helpful comment

I am also facing this issue. Hopefully, they will resolve this soon.

All 5 comments

I am also facing this issue. Hopefully, they will resolve this soon.

I also get this message in logs:
Accessing hidden method Lsun/misc/Unsafe;->putObject(Ljava/lang/Object;JLjava/lang/Object;)V (greylist, linking, allowed)

Facing the same issue.

Can someone please fix this. The previous response of it performing as expected so it's fine is ridiculous. It makes any kind of debugging a nightmare. It can't be that hard to add a simple boolean option to turn this nonsense off.

I believe that the root cause is on the native part. I cannot find the repo for firebase-perf, though. It doesn't have its directory in firebase-android-sdk either.

Was this page helpful?
0 / 5 - 0 ratings