ListenerRegistration |
Starts listening to this query.
|
ListenerRegistration |
Starts listening to this query using an Activity-scoped listener.
|
ListenerRegistration |
Starts listening to this query.
|
ListenerRegistration |
Starts listening to this query with the given options.
|
ListenerRegistration |
Starts listening to this query with the given options.
|
ListenerRegistration |
Starts listening to this query with the given options, using an Activity-scoped listener.
|
ListenerRegistration |
Starts listening to this query with the given options.
|
AggregateQuery |
Calculates the specified aggregations over the documents in the result set of the given query without actually downloading the documents.
|
AggregateQuery |
Returns a query that counts the documents in the result set of this query.
|
Query |
Creates and returns a new Query that ends at the provided fields relative to the order of the query.
|
Query |
Creates and returns a new Query that ends at the provided document (inclusive).
|
Query |
Creates and returns a new Query that ends before the provided fields relative to the order of the query.
|
Query |
Creates and returns a new Query that ends before the provided document (exclusive).
|
Boolean |
|
Task<QuerySnapshot!> |
Executes the query and returns the results as a QuerySnapshot.
|
Task<QuerySnapshot!> |
Executes the query and returns the results as a QuerySnapshot.
|
FirebaseFirestore |
Gets the Cloud Firestore instance associated with this query.
|
Int |
|
Query |
Creates and returns a new Query that only returns the first matching documents up to the specified number.
|
Query |
Creates and returns a new Query that only returns the last matching documents up to the specified number.
|
Query |
Creates and returns a new Query that's additionally sorted by the specified field.
|
Query |
Creates and returns a new Query that's additionally sorted by the specified field.
|
Query |
Creates and returns a new Query that's additionally sorted by the specified field, optionally in descending order instead of ascending.
|
Query |
Creates and returns a new Query that's additionally sorted by the specified field, optionally in descending order instead of ascending.
|
Query |
Creates and returns a new Query that starts after the provided fields relative to the order of the query.
|
Query |
Creates and returns a new Query that starts after the provided document (exclusive).
|
Query |
Creates and returns a new Query that starts at the provided fields relative to the order of the query.
|
Query |
Creates and returns a new Query that starts at the provided document (inclusive).
|
Query |
Creates and returns a new Query with the additional filter.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field, the value must be an array, and that the array must contain the provided value.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field, the value must be an array, and that the array must contain the provided value.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field, the value must be an array, and that the array must contain at least one value from the provided list.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field, the value must be an array, and that the array must contain at least one value from the provided list.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be equal to the specified value.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be equal to the specified value.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be greater than the specified value.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be greater than the specified value.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be greater than or equal to the specified value.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be greater than or equal to the specified value.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value must equal one of the values from the provided list.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value must equal one of the values from the provided list.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be less than the specified value.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be less than the specified value.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be less than or equal to the specified value.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value should be less than or equal to the specified value.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value does not equal the specified value.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value does not equal the specified value.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value does not equal any of the values from the provided list.
|
Query |
Creates and returns a new Query with the additional filter that documents must contain the specified field and the value does not equal any of the values from the provided list.
|