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 8ebe2b4 commit f0904b8Copy full SHA for f0904b8
firebase-database/CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Unreleased
2
- [fixed] Fixed a crash on some Pixel devices that occurred when closing the
3
network connection.
4
+- [added] Added `Query.get()`, which allows users to receive a single data
5
+ snapshot. `Query.get()` returns the latest value even if an older value
6
+ already exists in cache.
7
8
# 19.5.1
9
- [fixed] Fixes a regression in v19.4 that may cause assertion failures,
0 commit comments