Skip to content

Commit 38876ff

Browse files
author
Brian Chen
authored
Add changelog for verify (#2562)
1 parent 83fed17 commit 38876ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/firestore/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 an issue where auth credentials were not respected in some
33
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.
47

58
# 1.9.2
69
- [fixed] Fixed an issue where auth credentials were not respected in certain

0 commit comments

Comments
 (0)