aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore
Commit message (Expand)AuthorAge
* Cut down absl CMakeLists to only include the things we useGravatar Marek Gilbert2017-12-07
* Consume googletest in the standard CMake wayGravatar Marek Gilbert2017-12-07
* Remove use of absl::synchronization_internal::ThreadPoolGravatar Marek Gilbert2017-12-07
* Import a subset of abseil sourcesGravatar Marek Gilbert2017-12-07
* Add FirebaseFirestore.h to fix Firebase module in source build (#539)Gravatar Paul Beusterien2017-12-07
* Merge pull request #514 from firebase/zxu/logofflineGravatar zxu2017-12-07
|\
* | Rework the top-level cmake build to be a superproject (#538)Gravatar Gil2017-12-06
| * refactoring the condition when to warn offlineGravatar zxu1232017-12-06
| * implement log warning for offline statusGravatar zxu1232017-12-05
* | Standardize cross module imports with angle bracket syntax (#526)Gravatar Paul Beusterien2017-12-04
| * Merge branch 'master' into zxu/logofflineGravatar zxu1232017-12-04
| |\ | |/ |/|
* | Cleanup import path for FIRLogger (#523)Gravatar rsgowman2017-12-01
* | Merge pull request #522 from firebase/mrschmidt-crashGravatar Sebastian Schmidt2017-12-01
|\ \
| * | Ignoring stream messages for closed streamsGravatar Sebastian Schmidt2017-12-01
* | | Merge pull request #510 from firebase/mrschmidt-crashGravatar Sebastian Schmidt2017-12-01
|\| |
| * | Adding Changelog entryGravatar Sebastian Schmidt2017-12-01
* | | Merge pull request #521 from firebase/release-4.7.0Gravatar Paul Beusterien2017-12-01
|\ \ \
| * | | Core is now 4.7.0Gravatar Paul Beusterien2017-12-01
* | | | Fix long line and run style (#517)Gravatar Paul Beusterien2017-11-30
| | * | Checking for stream close in handleStreamCloseGravatar Sebastian Schmidt2017-11-30
* | | | add completion execution guarantees to firestore write ops (#481)Gravatar Morgan Chen2017-11-30
| | | * Warn user if we raise with empty while not onlineGravatar zxu1232017-11-30
* | | | 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
|/ /
| * Fixing testsGravatar Sebastian Schmidt2017-11-29
| * Merge branch 'master' into mrschmidt-crashGravatar Sebastian Schmidt2017-11-29
| |\ | |/ |/|
| * Fixing race in FSTWriteStreamGravatar Sebastian Schmidt2017-11-29
* | 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