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?
versionNameand notversionCode. It would be so much simpler to compare. If it's of any help, you can use comma separated values, and just list the versions you want to be included. - lenoohversionCodewould be great. - Scott Kennedy