[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix startAfter/endBefore for orderByKeys queries #7403

Merged
merged 13 commits into from
Feb 10, 2021
Prev Previous commit
Next Next commit
cleanup changelog
  • Loading branch information
jmwski committed Feb 1, 2021
commit 90e3b901e4be5afa57d68c783762d6415c0dcc61
2 changes: 1 addition & 1 deletion FirebaseDatabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# v7.5.1
- [fixed] Fixed an issue with startAfter/endBefore when used in orderByKey queries (#7403).
- [changed] Optimize `FIRDatabaseQuery#getDataWithCompletionBlock` when in-memory active listener cache exists (#7312).
- [fixed] Fixed an issue with `FIRDatabaseQuery#{queryStartingAfterValue,queryEndingBeforeValue} when used in `queryOrderedByKey` queries (#7403).

# v7.5.0
- [added] Implmement `queryStartingAfterValue` and `queryEndingBeforeValue` for FirebaseDatabase query pagination.
Expand Down