Uses of Class
com.google.cloud.firestore.StreamableQuery
Packages that use StreamableQuery
-
Uses of StreamableQuery in com.google.cloud.firestore
Subclasses of StreamableQuery in com.google.cloud.firestoreModifier and TypeClassDescriptionclassA Collection Group query matches all documents that are contained in a collection or subcollection with a specific collection ID.classA CollectionReference can be used for adding documents, getting document references, and querying for documents (using the methods inherited from Query).classA Query which you can read or listen to.final classA query that finds the documents whose vector fields are closest to a certain query vector.