🔥Firebase RTDB Script

Manages the sync with the Firebase Realtime Database

The Firebase RTDB Component
Property
Description

Synced Objects

List of GameObjects that should be synced with the Firebase Realtime Database Path: The database path where the object data should be stored (The [USER_ID] is a placeholder for the ID of the user) Game Object: The Game Object itself

Synced Texts

List of Texts that should be synced with the Firebase Realtime Database Path: The database path where the text value should be stored (The [USER_ID] is a placeholder for the ID of the user) Text: The Text Component itself

Update Frequency

The Sync Frequency with Firebase in Seconds

Data Loaded Event

The event that fires, once all object data is fully loaded from Firebase Realtime Database (Can be used to show objects only after they have been loaded and placed correctly)

Last updated