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 faf40bb commit 6928603Copy full SHA for 6928603
firebase-firestore/CHANGELOG.md
@@ -3,11 +3,11 @@
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
9
that previously had not matched but had been updated to now match the
10
query (#155).
+
+# 20.2.0
11
- [feature] Added a `@DocumentId` annotation which can be used on a
12
`DocumentReference` or `String` property in a POJO to indicate that the SDK
13
should automatically populate it with the document's ID.
0 commit comments