Skip to content

Remote Config

VirtueSky edited this page Sep 4, 2024 · 5 revisions

Setup

  • Open tab Firebase in Magic Panel

Screenshot 2024-09-04 174221

  • 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

Screenshot 2024-02-28 150743

  • Key : Parameter name (Key)
  • Type Remote Config Data : includes Int Data, Bool Data and String Data
  • Value : Create Scriptable variable has the corresponding type Type Remote Config Data

Screenshot 2024-02-28 151327

(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
Clone this wiki locally