Add Feature Flags to your NextJS App Using Firebase’s Realtime Database
If you regularly deploy code to multiple environments, you may have considered implementing feature flags. A feature flag is a way to turn on or turn off a particular feature or implementation — without using code.
For example, you may want new user...
matteodm.hashnode.dev5 min read
Diego Ballesteros (Relatable Code)
Senior Software Developer (Relatable Code)
Nice write-up. Feature flags are definitely nice to have to make the app scalable and testable.