Hi I’m looking for a pre-built plugin or some sort of feature flagging tool that will allow me to define which parts of my app logic I want feature flagged and also allow me to move users in and out of feature flag groups (or beta groups) without requiring. Anything like this available? I’ve used tools like LaunchDarkly in the past for traditional development but not sure if something is already available for the Bubble.
Hey @luis5 ,
This can be achievable by implementing following steps;
- Create list feature flags as an option set and you can add on it whenever required.
- Add field “feature flags” inside user data type and add/remove feature flags as per requirements
- You can add conditions to groups or modules like “Current user’s list of feature flags contains Specific flag” then show/hide the modules, buttons, etc
Hope this works for you
Thanks
2 Likes
This topic was automatically closed after 70 days. New replies are no longer allowed.