Skip to content

guides_remote_config

YYBartT edited this page Aug 29, 2024 · 6 revisions

Back To Top

Platform Setup

The Firebase Remote Config implementation uses SDK dependencies and therefore is only available on Android, iOS and Web targets. In this section we will cover the required setup necessary to start using the Firebase Remote Config extension in your game. Select your target platform below and follow the simple steps to get your project up and running (you only need follow these topics once per project):

Enabling Remote Config

  1. Go to Remote Config and click on the Create configuration button:

  2. Click on the Add parameter button:
    **

  3. Add a Parameter name (key) and a Default value (string/real), then click Save:

  4. After adding all your parameters, don't forget to click Publish changes:

  5. You are now all set to use the Remote Config extension!