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 83fed17 commit 38876ffCopy full SHA for 38876ff
packages/firestore/CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Unreleased
2
- [fixed] Fixed an issue where auth credentials were not respected in some
3
Firefox or Chrome extensions. (#1491)
4
+- [changed] Firestore previously required that every document read in a
5
+ transaction must also be written. This requirement has been removed, and
6
+ you can now read a document in transaction without writing to it.
7
8
# 1.9.2
9
- [fixed] Fixed an issue where auth credentials were not respected in certain
0 commit comments