@mikeswcho I've built similar services for enterprises who need the ability to toggle features on/off. For example, on an ecommerce payment page, build logic into the page that queries the boolean service for the status of each payment method. If the boolean value for PayPalAvailable is true, display it as an option. If CreditCardAvailable is true, display it. Then, if a PayPal or Stripe integration goes offline for whatever reason, simply flip the bit in the boolean service and it will no longer be displayed as a valid payment option. This allows you to continue accepting other payment options while investigating the issue and once the issue is resolved, simply flip the bit back. If the issue was outside of your code, you just avoided a really unpleasant experience for your customers without taking your entire payment system offline or re-deploying code. Although I wouldn't recommend depending a brand new, unsupported BaaS provider like this for your payments ;)
@troy_carlson Okay, I can see that this is potentially useful in that scenario. But if I need a feature flag, why would I not simply use my own database? Much easier that way than fetching a boolean from another server.
Showbox
PlanetScale Boost
Dnote
Voxel
Dnote
Voxel
manifoldco
Gladys Assistant
SSL Alerts
SparkLoop
Netflix Categories