File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Unreleased
2+ - [ fixed] Fixed a regression in Firebase iOS release 4.8.1 that could in certain
3+ cases result in an "OnlineState should not affect limbo documents." assertion
4+ crash when the client loses its network connection.
25
36# v0.10.0
47- [ changed] Removed the includeMetadataChanges property in FIRDocumentListenOptions
58 to avoid confusion with the factory method of the same name.
69- [ changed] Added a commit method that takes no completion handler to FIRWriteBatch.
710- [ feature] Queries can now be created from an NSPredicate.
8- - [ added ] Added SnapshotOptions API to control how DocumentSnapshots return unresolved
11+ - [ feature ] Added SnapshotOptions API to control how DocumentSnapshots return unresolved
912 server timestamps.
13+ - [ feature] Added ` disableNetwork() ` and ` enableNetwork() ` methods to
14+ ` Firestore ` class, allowing for explicit network management.
1015- [ changed] For non-existing documents, DocumentSnapshot.data() now returns ` nil `
1116 instead of throwing an exception. A non-nullable QueryDocumentSnapshot is
1217 introduced for Queries to reduce the number of nil-checks in your code.
1722 connection is restored and the query is in sync with the backend again.
1823- [ fixed] Multiple offline mutations now properly reflected in retrieved
1924 documents. Previously, only the last mutation would be visible. (#643 )
25+ - [ fixed] Fixed a crash in ` closeWithFinaleState: ` that could be triggered by
26+ signing out when the app didn't have a network connection.
2027
2128# v0.9.4
2229- [ changed] Firestore no longer has a direct dependency on FirebaseAuth.
You can’t perform that action at this time.
0 commit comments