Uses of Class
com.google.cloud.firestore.StreamableQuery

Packages that use StreamableQuery
Package
Description
 
  • Uses of StreamableQuery in com.google.cloud.firestore

    Modifier and Type
    Class
    Description
    class 
    A Collection Group query matches all documents that are contained in a collection or subcollection with a specific collection ID.
    class 
    A CollectionReference can be used for adding documents, getting document references, and querying for documents (using the methods inherited from Query).
    class 
    A Query which you can read or listen to.
    final class 
    A query that finds the documents whose vector fields are closest to a certain query vector.