We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9abec commit dc1eca2Copy full SHA for dc1eca2
firebase-database/CHANGELOG.md
@@ -1,10 +1,13 @@
1
-# Unreleased
+# 19.7.0
2
+- [added] Added `Query.startAfter()` and `Query.endBefore()` filter for paginating
3
+ RTDB queries.
4
+
5
+# 19.6.0
6
- [fixed] Fixed a crash on some Pixel devices that occurred when closing the
7
network connection.
8
- [added] Added `Query.get()`, which allows users to receive a single data
9
snapshot. `Query.get()` returns the latest value even if an older value
10
already exists in cache.
-- [added] Added `Query.startAfter()` filter for paginating RTDB queries.
11
12
# 19.5.1
13
- [fixed] Fixes a regression in v19.4 that may cause assertion failures,
0 commit comments