Firestore: unexpected results when combining start_at
or end_at
with limit_to_last
in queries
#27527
Labels
api: firestore
Issues related to the Firestore API.
When combining
start_{at,after}
orend_{at,before}
withlast_to_limit
in a Firestore query,start_at
andend_at
are not applied properly, returning unexpected results.Environment details
Steps to reproduce
data
collection with anid
fieldend_before
andlimit_to_last
Code example
Full backtrace
Expected result
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!
The text was updated successfully, but these errors were encountered: