Remote Config - VirtueSky/sunflower GitHub Wiki
Setup
- Open tab
Firebase
inMagic Panel
- Install
Firebase Remote Config
,Firebase Analytic
and dependencies if needed - Add scripting define symbols to use
Remote Config
- 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.
Debug View (Android only)
- Supports run debug view with just one button and you don't need to run commands in the terminal. That's very wonderful