Hello team! We are looking for a feature flag mana...
# ask-questions
f
Hello team! We are looking for a feature flag management system to replace our custom one. Can someone please confirm if there's a solution available that has the ability to manage feature flags in groups based on user tier? Specifically, we need a system where users with pricing tier A would have 5 default features enabled, while users with pricing tier B (higher tier) would have 7 features enabled. Additionally, if this grouping is possible, we'd like to know how these groups would behave with experiments, and if it is possible to add overrides? Thanks!
s
This is possible. How you implement it will depend a bit on your setup. You can setup attributes for each group and change the flag behavior based on it (while allowing for overrides). You can see the targeting docs for more info: https://docs.growthbook.io/features/targeting Saved groups can also help here: https://docs.growthbook.io/features/targeting#saved-groups This behavior extends to experiments, too. I can also say that when we use GrowthBook internally, we often target by organization rather than by user.
1
f
Thank you @strong-mouse-55694, Quick follow-up: if we need to set attributes, should we use the Frontend SDK to set them up? Does it have some sort of security measure to prevent users from simply overriding it on the frontend side and receiving higher-tier flags?
And I did quick testing with group and attributes, so I should assign my custom tier-group to a feature, not the other way around? So I can't assign the chosen feature to a group?
image.png