-
Notifications
You must be signed in to change notification settings - Fork 12
Remote Config
VirtueSky edited this page Sep 4, 2024
·
5 revisions
- Open tab
Firebase
inMagic Panel
- Install
Firebase Remote Config
,Firebase Analytic
and dependencies if needed - Add scripting define symbols to use
- Add
Firebase Remote Config Manager
Component where you want to fetch data from firebase remote config
-
Key
: Parameter name (Key) -
Type Remote Config Data
: includesInt Data
,Bool Data
andString Data
-
Value
: CreateScriptable variable
has 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