You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could use an easy way to turn feature flags on and off based on segments.
As an example, my web application has a feature called "projects" that I would like to enable only for users that have subscribed to the "professional" plan. As far as I know, the only way to do that in flipt is to create two variants of the flag ("enabled" and "disabled"), and to map those variants to segments corresponding to the plans ("basic" or "professional").
Having to create those variants is a bit inconvenient as all I really want to do is just switch the flag on or off.
The text was updated successfully, but these errors were encountered:
I could use an easy way to turn feature flags on and off based on segments.
As an example, my web application has a feature called "projects" that I would like to enable only for users that have subscribed to the "professional" plan. As far as I know, the only way to do that in flipt is to create two variants of the flag ("enabled" and "disabled"), and to map those variants to segments corresponding to the plans ("basic" or "professional").
Having to create those variants is a bit inconvenient as all I really want to do is just switch the flag on or off.
The text was updated successfully, but these errors were encountered: