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 24a6517 commit faf40bbCopy full SHA for faf40bb
firebase-firestore/CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Unreleased
2
+- [changed] Transactions are now more flexible. Some sequences of operations
3
+ that were previously incorrectly disallowed are now allowed. For example,
4
+ after reading a document that doesn't exist, you can now set it multiple
5
+ times successfully in a transaction.
6
7
# 20.2.0
8
- [fixed] Fixed an issue where query results were temporarily missing documents
0 commit comments