Remote Config

Manage Firebase Remote Config parameters and conditions from Firepanel.

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.

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).