REMOTE CONFIGURATIONS
Push new configurations
Push new configurations to your app without updating it using firebase remote config.
A/B TESTING
Test features with A/B testing
Push new configurations also allows you to test features with A/B testing, or deploy new features gradually to a subset of your users. Ex: find the best title for a paywall, or test versions of a paywall
What's included?
We integrated Firebase Remote Config in our Flutter templates.
- You can safely get the latest configurations from Firebase Remote Config.
- We forced typing keys to avoid any typo.
- You can retrieve a configuration value with a default value.
- Retrieve any configuration on any page of your app.
- Won't break your tests
Our template is made to save you tons of time so you can focus on your idea and business.