Skip to content

Commit dc1eca2

Browse files
Update RTDB Changelog (#2356)
1 parent ba9abec commit dc1eca2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

firebase-database/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
# Unreleased
1+
# 19.7.0
2+
- [added] Added `Query.startAfter()` and `Query.endBefore()` filter for paginating
3+
RTDB queries.
4+
5+
# 19.6.0
26
- [fixed] Fixed a crash on some Pixel devices that occurred when closing the
37
network connection.
48
- [added] Added `Query.get()`, which allows users to receive a single data
59
snapshot. `Query.get()` returns the latest value even if an older value
610
already exists in cache.
7-
- [added] Added `Query.startAfter()` filter for paginating RTDB queries.
811

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

0 commit comments

Comments
 (0)