aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-12 07:59:44 +0800
committerGravatar Sebastian Schmidt <mrschmidt@google.com>2017-12-12 07:59:44 +0800
commitfe4783838ede114acf6372932d447ab4f27086fb (patch)
tree53ba9496fdd853a5f5020a064af46197f5dd9b36 /Firestore/CHANGELOG.md
parentfe4ed518d7a5d139a530155508296a842e76b42d (diff)
Addressing comments
Diffstat (limited to 'Firestore/CHANGELOG.md')
-rw-r--r--Firestore/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Firestore/CHANGELOG.md b/Firestore/CHANGELOG.md
index 32cbbfc..75b5c50 100644
--- a/Firestore/CHANGELOG.md
+++ b/Firestore/CHANGELOG.md
@@ -1,3 +1,8 @@
+# Firestore API Branch
+- [changed] For non-existing documents, DocumentSnapshot.data() now returns `nil`
+ instead of throwing an exception. A non-nullable QueryDocumentSnapshot is
+ introduced for Queries to reduce the number of nil-checks in your code.
+
# Unreleased
- [changed] Firestore no longer has a direct dependency on FirebaseAuth.
- [changed] Removed the includeMetadataChanges property in FIRDocumentListenOptions