-
Notifications
You must be signed in to change notification settings - Fork 15
Remote Config
VirtueSky edited this page Sep 4, 2024
·
5 revisions
- Open tab
FirebaseinMagic Panel

- Install
Firebase Remote Config,Firebase Analyticand dependencies if needed - Add scripting define symbols to use
- Add
Firebase Remote Config ManagerComponent where you want to fetch data from firebase remote config

-
Key: Parameter name (Key) -
Type Remote Config Data: includesInt Data,Bool DataandString Data -
Value: CreateScriptable variablehas the corresponding typeType Remote Config Data

(Note: Scriptable variable will have an initial value, no set data, no save data, no raise event (only contains runtime value) )
-
Result Value: Value after fetching data.
Now use remote config scriptable variables for necessary features.
- Supports run debug view with just one button and you don't need to run commands in the terminal. That's very wonderful