Firebase.Database

Summary

Classes

Firebase.Database.ChildChangedEventArgs

Child changed event arguments.

Firebase.Database.DataSnapshot

ADataSnapshot instance contains data from aFirebaseDatabase location.

Firebase.Database.DatabaseError

Instances ofDatabaseError are passed within event arguments when an operation failed.

Firebase.Database.DatabaseException

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

Firebase.Database.DatabaseReference

AFirebase reference represents a particular location in yourFirebaseDatabase and can be used for reading or writing data to thatFirebaseDatabase location.

Firebase.Database.FirebaseDatabase

The entry point for accessing aFirebaseDatabase.

Firebase.Database.MutableData

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

Firebase.Database.OnDisconnect

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

Firebase.Database.Query

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

Firebase.Database.ServerValue

Contains placeholder values to use when writing data to theFirebaseDatabase.

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 theQuery.ValueChanged Event.

Namespaces

Firebase.Database.Internal

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2021-06-17 UTC.