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.