Package com.firebase.ui.database
-
Interface Summary Interface Description ChangeEventListener Listener for changes toFirebaseArray.SnapshotParser<T> -
Class Summary Class Description CachingSnapshotParser<T> Implementation ofBaseCachingSnapshotParserforDataSnapshot.ClassSnapshotParser<T> A convenience implementation ofSnapshotParserthat converts aDataSnapshotto the parametrized class viaDataSnapshot.getValue(Class).FirebaseArray<T> This class implements a collection on top of a Firebase location.FirebaseIndexArray<T> FirebaseListAdapter<T> This class is a generic way of backing an AndroidListViewwith a Firebase location.FirebaseListOptions<T> Options to configure aFirebaseListAdapter.FirebaseListOptions.Builder<T> Builder forFirebaseListOptions.FirebaseRecyclerAdapter<T,VH extends androidx.recyclerview.widget.RecyclerView.ViewHolder> This class is a generic way of backing aRecyclerViewwith a Firebase location.FirebaseRecyclerOptions<T> Options to configure aFirebaseRecyclerAdapter.FirebaseRecyclerOptions.Builder<T> Builder for aFirebaseRecyclerOptions.ObservableSnapshotArray<T> Exposes a collection of items in Firebase as aListofDataSnapshot.