Reputation: 877
I try to set "App version" condition with not contains "2.0.2" and "2.1.0". However, I can not set multiple "App version" while I click "AND" button.
Next, I try to use "regular expression" and always fail. However, I always fail. Even I try to set "all contains", still fail.
How can I do for condition with not contains two strings?
Upvotes: 3
Views: 983
Reputation: 1277
Just enter both strings separated by comma:
"App version does not contain 2.0.2,2.1.0"
(documented in https://firebase.google.com/docs/remote-config/parameters)
Upvotes: 4