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
We use feature flags a lot to ship new app features. It would be fantastic if I could use Wiredash to remote control the features of my app.
We often have the case that we want to enable new features for a small group of people or individuals. That's a scenario where the firebase remote config is lacking.
We would need both, a widget-based API, that automatically toggles the UI when we flip a switch on the backend and a pure Dart API for inside our business logic.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We use feature flags a lot to ship new app features. It would be fantastic if I could use Wiredash to remote control the features of my app.
We often have the case that we want to enable new features for a small group of people or individuals. That's a scenario where the firebase remote config is lacking.
We would need both, a widget-based API, that automatically toggles the UI when we flip a switch on the backend and a pure Dart API for inside our business logic.
Beta Was this translation helpful? Give feedback.
All reactions