Skip to content

Update RTDB Changelog #2356

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

Merged
merged 1 commit into from
Jan 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions firebase-database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Unreleased
# 19.7.0
- [added] Added `Query.startAfter()` and `Query.endBefore()` filter for paginating
RTDB queries.

# 19.6.0
- [fixed] Fixed a crash on some Pixel devices that occurred when closing the
network connection.
- [added] Added `Query.get()`, which allows users to receive a single data
snapshot. `Query.get()` returns the latest value even if an older value
already exists in cache.
- [added] Added `Query.startAfter()` filter for paginating RTDB queries.

# 19.5.1
- [fixed] Fixes a regression in v19.4 that may cause assertion failures,
Expand Down