The key whose value should be retrieved.
A promise that resolves to the stored value.
This method can be used to subscribe to real-time updates for a specific key.
The provided callback function is executed whenever the value associated with the key is updated by any participant.
The key to observe for updates.
A function that handles value updates along with the ID of the participant who made the change.
This method can be used to store or update a value in the Realtime Store.
If the specified key already exists, its value is overwritten. Passing null as the value deletes the key from the store.
A unique identifier used to store the value.
The value to store. Pass null to delete the key.
The unique observer ID returned by the observe() method.