I'm using Firebase Remote Config, and I'm trying to wrap my head around the App Version conditions.
https://firebase.google.com/docs/remote-config/parameters#rule_types says I must do String matching on it.
But I really need a way to say parameter_x will have different values on different version ranges.
Is there any way to do this, or am I stuck coming up with a ridiculous regular expression?
the comparison operators for app version are limited (because of strings, eg 0.0.1-alpha5):
for string values:
contains,does not contain,exactly matches,regular expression
while an (int) versionCode could be defined & compared as a user property:
for numeric values:
=,≠,>,≥,<,≤
appending the build flavor to the versionName might be the most simple.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With