Overview
Remote Config lets you manage Firebase Remote Config parameters directly from Firepanel. Use it to change your app's behavior and appearance dynamically — without publishing a new app version.
Manage
Parameters
Create and update Remote Config parameters.
Target
Conditions
Define conditions to deliver different values to different users.
Audit
History
View the change history for your Remote Config.
Use Cases
- Toggle features on or off for specific user groups
- Run A/B tests with different parameter values
- Change app configuration remotely (colors, text, URLs, feature flags)
- Roll out new features gradually
Note:
Remote Config requires the Firebase SDK to be integrated in your app. Parameter changes take effect the next time your app fetches the remote config (typically on app startup).