Package com.firebase.ui.firestore
-
Interface Summary Interface Description ChangeEventListener Listener for changes to aFirestoreArray.SnapshotParser<T> Base interface for aBaseSnapshotParserforDocumentSnapshot. -
Class Summary Class Description CachingSnapshotParser<T> Implementation ofBaseCachingSnapshotParserforDocumentSnapshot.ClassSnapshotParser<T> An implementation ofSnapshotParserthat convertsDocumentSnapshotto a class usingDocumentSnapshot.toObject(Class).FirestoreArray<T> Exposes a Firestore query as an observable list of objects.FirestoreRecyclerAdapter<T,VH extends androidx.recyclerview.widget.RecyclerView.ViewHolder> RecyclerView adapter that listens to aFirestoreArrayand displays its data in real time.FirestoreRecyclerOptions<T> Options to configure anFirestoreRecyclerAdapter.FirestoreRecyclerOptions.Builder<T> Builder forFirestoreRecyclerOptions.ObservableSnapshotArray<T> Subclass ofBaseObservableSnapshotArrayfor Firestore data.