Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions firebase-firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Unreleased

# 20.2.0
- [fixed] Fixed an issue where query results were temporarily missing documents
that previously had not matched but had been updated to now match the
query (#155).
- [feature] Added a `@DocumentId` annotation which can be used on a
`DocumentReference` or `String` property in a POJO to indicate that the SDK
should automatically populate it with the document's ID.
Expand Down