Uses of Interface
com.google.cloud.firestore.ListenerRegistration
Packages that use ListenerRegistration
-
Uses of ListenerRegistration in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return ListenerRegistrationModifier and TypeMethodDescriptionDocumentReference.addSnapshotListener(EventListener<DocumentSnapshot> listener) Starts listening to the document referenced by this DocumentReference.DocumentReference.addSnapshotListener(Executor executor, EventListener<DocumentSnapshot> listener) Starts listening to the document referenced by this DocumentReference.Query.addSnapshotListener(EventListener<QuerySnapshot> listener) Starts listening to this query.Query.addSnapshotListener(Executor executor, EventListener<QuerySnapshot> listener) Starts listening to this query.