Skip to content

Commit f0904b8

Browse files
Add Changelog for Query.get()
1 parent 8ebe2b4 commit f0904b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

firebase-database/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Unreleased
22
- [fixed] Fixed a crash on some Pixel devices that occurred when closing the
33
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.
47

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

0 commit comments

Comments
 (0)