Named Conditions Config
Update conditions from the cloud
If you use feature flags, you'll need to define the conditional strings in your config file.
Defining these in remote configuration instead of hardcoded allows you to update them over time (for rolling out, rolling back, or target refinement), or to remotely disable bugs (disable a feature, but only targeting impacted users).
For how to remotely update your config, see here.
Example Config
Here's an example config file showing two named conditions:
Last updated