Skip to main content

RemoteConfig - Set Initial Values

Set Initial Values

It's helpful if you setup some initial values in the console to get started.

  1. In the Firebase console, open your project.
  2. Select Remote Config from the menu to view the Remote Config dashboard.
  3. On first visit you should see the following screen:

  1. Click "Add your first parameter"
  2. Define parameters with the same names as the parameters that you defined in your app. For each parameter, you can set a default value (which will eventually override the corresponding in-app default value), and you can also set conditional values. To learn more, see Remote Config Parameters and Conditions.

For example:

Getting some initial values into the system will help you to identify connection issues early.