aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Firestore.xcodeproj/project.pbxproj
Commit message (Expand)AuthorAge
...
* Fix Firestore tests for M22 (#834)Gravatar Gil2018-02-22
* Make FSTTimestamp into a public Firestore class (#698)Gravatar Konstantin Varlamov2018-02-20
* DispatchQueue delayed callback improvements + testing (#784)Gravatar Michael Lehenbauer2018-02-15
* Port Firestore Document to C++ (#777)Gravatar zxu2018-02-12
* C++ port: add C++ equivalent of FSTDocumentKey. (#762)Gravatar Konstantin Varlamov2018-02-09
* port Firestore SnapshotVersion in C++ (#767)Gravatar zxu2018-02-09
* port Firestore Auth module in C++ (#733)Gravatar zxu2018-02-09
* C++ port: port FSTFieldPath and FSTResourcePath to C++ (#749)Gravatar Konstantin Varlamov2018-02-06
* Implement Firestore DatabaseInfo and port both Database{Id,Info} C++ to the i...Gravatar zxu2018-02-06
* Align tests and integration test header search paths (#737)Gravatar Gil2018-02-01
* Start on ArraySortedMap in C++ (#721)Gravatar Gil2018-01-31
* Move all Firestore Objective-C to Objective-C++ (#734)Gravatar Gil2018-01-31
* Schema migrations for LevelDB (#728)Gravatar Greg Soltis2018-01-30
* Firestore DatabaseId in C++ (#727)Gravatar zxu2018-01-29
* normalize and port the rest of Firebase/Port code (#713)Gravatar zxu2018-01-27
* port TargetIdGenerator to iOS (#709)Gravatar zxu2018-01-25
* implement `TargetIdGenerator` in C++ for Firestore (#701)Gravatar zxu2018-01-25
* normalize string_util (#708)Gravatar zxu2018-01-25
* Implement the rest of FieldValue types for C++ (#687)Gravatar zxu2018-01-25
* Port comparison to C++ (#678)Gravatar Gil2018-01-19
* implement FieldValue for null, boolean, and array in C++. (#637)Gravatar zxu2018-01-17
* Add assert_test to the Xcode build (#671)Gravatar Gil2018-01-16
* Merge branch 'master' into mikelehen/merge-master-to-firestore-api-changesGravatar Michael Lehenbauer2018-01-09
|\
| * Port StringPrintf from //base (#624)Gravatar Gil2018-01-08
| * Use the log_apple.mm logger from C++ on iOS (#593)Gravatar Gil2018-01-01
* | Firestore `isEqual()` on Public Types (#569)Gravatar zxu2017-12-19
| * Use angle brackets for nonlocal #includes in Firestore (#580)Gravatar Gil2017-12-19
* | Merge branch 'firestore-api-changes' into mrschmidt-timestampsGravatar Sebastian Schmidt2017-12-12
|\ \
| * | Implement NSPredicate-based query (#531)Gravatar zxu2017-12-07
| |/
* / Adding SnapshotOptions to deal with pending ServerTimestampsGravatar Sebastian Schmidt2017-12-05
|/
* Move sources into firebase::firestore and internal namespaces (#494)Gravatar Gil2017-11-30
* Fix StringView to properly convert NSStrings (#509)Gravatar rsgowman2017-11-30
* Port autoid to C++ and remove FSTUtil (#475)Gravatar Gil2017-11-27
* Buildable and interoperable source pods (#444)Gravatar Paul Beusterien2017-11-21
* Add SecureRandom (#473)Gravatar Gil2017-11-20
* Use fully qualified imports in Firestore (#467)Gravatar Gil2017-11-16
* Make FSTIntegrationTestCase Objective-C++ (#439)Gravatar Gil2017-11-09
* Run GoogleTest-based C++ tests in Xcode (#420)Gravatar Gil2017-11-08
* 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
* Moving the StreamTest to integration tests (#391)Gravatar Sebastian Schmidt2017-10-24
* Release 4.3.0 (#327)Gravatar Gil2017-10-03