如何在 Firebase RemoteConfig 上设置多个 "not contains" 条件?

How to set many "not contains" condition on Firebase RemoteConfig?

我尝试设置 "App version" 不包含“2.0.2”和“2.1.0”的条件。 但是,我无法在单击 "AND" 按钮时设置多个 "App version"。

接下来,我尝试使用"regular expression",但总是失败。然而,我总是失败。即使我尝试设置 "all contains",仍然失败。

如果条件不包含两个字符串,我该怎么办?

只需输入以逗号分隔的两个字符串:

"App version does not contain 2.0.2,2.1.0"

(记录在 https://firebase.google.com/docs/remote-config/parameters