adamant-mechanic-29511
03/15/2022, 6:15 PMif (admin) return true
and it does not work. So I ended up turning on the feature flag but having it return false
and then the override works. It would be more intuitive to me to have the override always work.
• Is there plans for allowing additional metadata alongside the feature flag boolean?
• I saw in some GH issues that multiple environments is coming; is there an ETA on this? It would be nice to have multiple environments beyond just dev and prod.
• Is there any plans for a feature flag streaming service such that feature flag states are updated to all connected clients without a refresh?future-teacher-7046
adamant-mechanic-29511
03/15/2022, 6:37 PMfuture-teacher-7046