Condition groups for Remote Config
Here is the problem: we have a lot of versions of our app where some configs or their structure where changed in a backwards-incompatible way, so we need to roll them out using conditions by version: old config is placed under some "Legacy before v1.1.1" condition, and the new one becomes the default.
As you can imagine, after a while we have a lot of these legacy conditions and scrolling through all of them becomes tedious. So creating one single "legacy" group to store them all would be very useful.
I expect that all conditions placed in a group should be evaluated one-by-one in the order that they are specified in said group:
- Condition A
- Legacy/Condition B
- Legacy/Condition C
- Condition D
etc...
Also it would be useful to target config roll-outs by the whole group. For example, I could create one single config that all users that have been resolved to any condition under "Legacy" group will receive
It would be nice if could also collapse such groups on each config to reduce visual clutter
Thank you!