aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore
Commit message (Expand)AuthorAge
* Move sources into firebase::firestore and internal namespaces (#494)Gravatar Gil2017-11-30
* Fix StringView to properly convert NSStrings (#509)Gravatar rsgowman2017-11-30
* Remove dependency on FirebaseAuth (#505)Gravatar rsgowman2017-11-30
* Allow clang-format to find Firestore/Source/Auth (#508)Gravatar Gil2017-11-30
* FIRAppInternal.h is a published private header (#501)Gravatar Paul Beusterien2017-11-28
* Update CHANGELOG for Firestore v0.9.3 (#498)Gravatar Gil2017-11-28
* Replacing FIR_SWIFT_NAME macro with NS_SWIFT_NAME. (#476)Gravatar Ryan Wilson2017-11-28
* Port autoid to C++ and remove FSTUtil (#475)Gravatar Gil2017-11-27
* Change FSTExponentialBackoff to use firestore::SecureRandom directly (#492)Gravatar Gil2017-11-27
* Fix a wrong file name in README.md (#493)Gravatar zxu1232017-11-27
* Use a prefix scan when fetching documents matching a query. (#488)Gravatar rsgowman2017-11-22
* Buildable and interoperable source pods (#444)Gravatar Paul Beusterien2017-11-21
* Add SecureRandom (#473)Gravatar Gil2017-11-20
* Initial CMake-based build (#472)Gravatar Gil2017-11-20
* Use NSPrincipalClass as the most reliable way to find tests. (#471)Gravatar Gil2017-11-17
* Use fully qualified imports in Firestore (#467)Gravatar Gil2017-11-16
* Additional support for C++ sources in Firestore (#462)Gravatar Gil2017-11-16
* Clang-formatting StorageGravatar Sebastian Schmidt2017-11-09
* Make FSTIntegrationTestCase Objective-C++ (#439)Gravatar Gil2017-11-09
* Sending an empty write request before tearing down the stream (#438)Gravatar Sebastian Schmidt2017-11-08
* Run GoogleTest-based C++ tests in Xcode (#420)Gravatar Gil2017-11-08
* Update CHANGELOG for Firestore v0.9.2 (#436)Gravatar Gil2017-11-07
* Clang-format Objective-C++ too (#419)Gravatar Gil2017-11-07
* 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 suc...Gravatar Michael Lehenbauer2017-10-26
* 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 offlin...Gravatar Michael Lehenbauer2017-10-23
* 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
* 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
* Add an NS_SWIFT_NAME for FIRSnapshotMetadata (#334)Gravatar Gil2017-10-04
* 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