How to set many "not contains" condition on Firebase RemoteConfig? -
i try set "app version" condition not contains "2.0.2" , "2.1.0". however, can not set multiple "app version" while click "and" button.
next, try use "regular expression" , fail. however, fail. try set "all contains", still fail.
how can condition not contains 2 strings?
just enter both strings separated comma:
"app version not contain 2.0.2,2.1.0"
(documented in https://firebase.google.com/docs/remote-config/parameters)
Comments
Post a Comment