Feature Flags
Feature flags allow you to remotely enable or disable functionality for a selection of users. Importantly, they let you turn a feature on and off in production without additional code deployment or app store updates. This allows you to safely roll out new features with confidence.
Section articles
New Stuff!