QueryOrderByConstraint class
Stay organized with collections
Save and categorize content based on your preferences.
A QueryOrderByConstraint is used to sort the set of documents returned by a Firestore query. QueryOrderByConstraints are created by invoking orderBy() and can then be passed to query() to create a new query instance that also contains this QueryOrderByConstraint.