Firebase remote config not working?

Database & APIs

I’m trying to use Firebase Remote Config to force users to update the app when their app version is too old.
I created a parameter in Firebase Remote Config (min_required_version_check) and published it with value 1.1.2.

However, the Text widget always shows the in-app default (which i did not set in this case) and never the value from Firebase (1.1.2). Even when I run the app (not preview), it seems Remote Config is not being fetched.

What have you tried so far?

I already tried:

  • Recreating the parameter

  • Making sure it’s a Client parameter in Firebase

  • Publishing changes

  • Regenerating Firebase config files in FlutterFlow

  • Clearing cache / running again

Did you check FlutterFlow's Documentation for this topic?
No
3
1 reply