-
Notifications
You must be signed in to change notification settings - Fork 6
guides_remote_config
YYBartT edited this page Aug 29, 2024
·
6 revisions
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):
-
Go to Remote Config and click on the Create configuration button:
-
Click on the Add parameter button:
** -
Add a Parameter name (key) and a Default value (string/real), then click Save:
-
After adding all your parameters, don't forget to click Publish changes:
-
You are now all set to use the Remote Config extension!
GameMaker 2024