Which data format is primarily used to store and organize data in a Firebase Realtime Database?
What feature of Firebase Realtime Database allows updates to be reflected in real time across all connected devices?
If you use the 'set' method on a specific database path, what happens to the data at that location?
Which part of a Firebase Realtime Database URL identifies the root location of the database?
When using a listener to read data, which event type triggers whenever data at a reference changes?
What rules system can you use in Firebase Realtime Database to control read and write access to your data?
Which method is typically used to add a new child with a unique key under a collection in the database?
What happens if a client writes data to the Firebase Realtime Database while offline?
If you want to retrieve data only once without listening for changes, which method should you use?
In the context of Firebase Realtime Database, what is a key?