Package-level declarations
Types
Used to emit events about changes in the child locations of a given Query when using the childEvents Flow.
Exception that gets thrown when an operation on Firebase Database fails.
A Firebase reference represents a particular location in your Database and can be used for reading or writing data to that Database location.
A DataSnapshot instance contains data from a Firebase Database location. Any time you read Database data, you receive the data as a DataSnapshot.
The entry point for accessing a Firebase Database. You can get an instance by calling Firebase.database. To access a location in the database and read or write data, use FirebaseDatabase.reference.
The OnDisconnect class is used to manage operations that will be run on the server when this client disconnects. It can be used to add or remove data based on a client's connection status. It is very useful in applications looking for 'presence' functionality.
Represents a Firebase ServerValue.
Represents a Firebase ServerValue.
Represents a Firebase ServerValue.
Represents a Firebase ServerValue.
Represents a Firebase ServerValue.
Serializer for ServerValue. Must be used with FirebaseEncoder/FirebaseDecoder.
Properties
Functions
Returns the FirebaseDatabase instance of the given FirebaseApp.
Returns the FirebaseDatabase instance for the specified url.
Returns the FirebaseDatabase instance of the given FirebaseApp and url.