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 71adf9a commit b36d6c0Copy full SHA for b36d6c0
firebase-firestore/CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Unreleased
2
3
# 20.2.0
4
+- [fixed] Fixed an issue where query results were temporarily missing documents
5
+ that previously had not matched but had been updated to now match the
6
+ query (#155).
7
- [feature] Added a `@DocumentId` annotation which can be used on a
8
`DocumentReference` or `String` property in a POJO to indicate that the SDK
9
should automatically populate it with the document's ID.
0 commit comments