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. enter image description here

next, try use "regular expression" , fail. however, fail. try set "all contains", still fail. enter image description here

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

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -