Firebase.Database

Summary

Classes

Firebase.Database.ChildChangedEventArgs

Child changed event arguments.

Firebase.Database.DataSnapshot

A DataSnapshot instance contains data from a FirebaseDatabase location.

Firebase.Database.DatabaseError

Instances of DatabaseError are passed within event arguments when an operation failed.

Firebase.Database.DatabaseException

This error is thrown when the FirebaseDatabase library is unable to operate on the input it has been given.

Firebase.Database.DatabaseReference

A Firebase reference represents a particular location in your FirebaseDatabase and can be used for reading or writing data to that FirebaseDatabase location.

Firebase.Database.FirebaseDatabase

The entry point for accessing a FirebaseDatabase.

Firebase.Database.MutableData

Instances of this class encapsulate the data and priority at a location.

Firebase.Database.OnDisconnect

The OnDisconnect class is used to manage operations that will be Run on the server when this client disconnects.

Firebase.Database.Query

The Query class (and its subclass, DatabaseReference ) are used for reading data.

Firebase.Database.ServerValue

Contains placeholder values to use when writing data to the FirebaseDatabase.

Firebase.Database.TransactionResult

Instances of this class represent the desired outcome of a single Run of a transaction.

Firebase.Database.ValueChangedEventArgs

Event arguments passed with the Query.ValueChanged Event.

Namespaces

Firebase.Database.Internal