Remote Config - VirtueSky/sunflower GitHub Wiki
Setup
- Open tab
FirebaseinMagic Panel
- Install
Firebase Remote Config,Firebase Analyticand dependencies if needed - Add scripting define symbols to use
Remote Config
- 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 DataValue: 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.
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