aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore
Commit message (Collapse)AuthorAge
* Moving the Stream class to their own file (#418)Gravatar Sebastian Schmidt2017-10-31
|
* Closing the write and watch stream after 60s of idleness (#388)Gravatar Sebastian Schmidt2017-10-30
|
* Really fix pod update warning (#416)Gravatar Paul Beusterien2017-10-30
|
* Fix pod update warning (#414)Gravatar Paul Beusterien2017-10-30
|
* b/67423356: Exponential backoff on writes should back off until the first ↵Gravatar Michael Lehenbauer2017-10-26
| | | | | successful write (#408) Port the logic from Android / web to delay backoff reset until the first successful write on the stream.
* Moving the StreamTest to integration tests (#391)Gravatar Sebastian Schmidt2017-10-24
|
* Allowing field deletes with merge-enabled sets (#404)Gravatar Sebastian Schmidt2017-10-23
|
* Port of fix for b/67042460 (retry more often before considering client ↵Gravatar Michael Lehenbauer2017-10-23
| | | | | | offline) (#403) This ensures FSTRemoteStore always tries to connect at least twice before surfacing an FSTOnlineStateFailed event to external code (which may trigger gets to fail, cached data to be surfaced, etc.).
* Update CHANGELOG for Firestore v0.9.1 (#395)Gravatar Gil2017-10-22
|
* Add isEqual() and port DocumentReference array test. (#380)Gravatar Michael Lehenbauer2017-10-19
| | | | * Ports the test for the fix I made for Android for DocumentReference objects in arrays (bug not present in iOS). * Implements isEqual on FIRQuery and FIRDocumentReference.
* Fix validation of nested arrays to allow indirect nesting (#377)Gravatar Gil2017-10-16
|
* Update CHANGELOG for Firestore v0.9.0 (#371)Gravatar Gil2017-10-11
|
* Adding goOnline/goOffline to the RemoteStore (#347)Gravatar Sebastian Schmidt2017-10-11
|
* Fixing XCTAssertEqual order (#356)Gravatar Sebastian Schmidt2017-10-10
|
* Release listener references on remove in FSTListenerRegistration (#349)Gravatar Erik Kessler2017-10-09
|
* Fix warnings exposed by Xcode 9.1 in Firestore source (#354)Gravatar Paul Beusterien2017-10-09
|
* Adding NS_SWIFT_NAME for FIRListenerRegistration (#339)Gravatar Sebastian Schmidt2017-10-06
|
* Update error messages with new Swift syntax (#336)Gravatar Ryan Wilson2017-10-05
| | | | Update error messages with new Swift Syntax
* Add an NS_SWIFT_NAME for FIRSnapshotMetadata (#334)Gravatar Gil2017-10-04
| | | | | Fixes b/67332554 Note that this is a breaking change for Swift users of the API.
* Add a CHANGELOG for Firestore (#333)Gravatar Gil2017-10-04
|
* Adding test for merge with server timestamps (#329)Gravatar Sebastian Schmidt2017-10-03
|
* Release 4.3.0 (#327)Gravatar Gil2017-10-03
Initial release of Firestore at 0.8.0 Bump FirebaseCommunity to 0.1.3