aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example
Commit message (Expand)AuthorAge
* Fix Firestore tests for M22 (#834)Gravatar Gil2018-02-22
* Avoid wrapping and rewrapping NSStrings when constructing DatabaseId (#833)Gravatar Gil2018-02-22
* Accept FIRTimestamp where NSDate is currently accepted as a parameter (#823)Gravatar Konstantin Varlamov2018-02-21
* Make FSTTimestamp into a public Firestore class (#698)Gravatar Konstantin Varlamov2018-02-20
* Fix two stream close issues (b/73167987, b/73382103). (#810)Gravatar Michael Lehenbauer2018-02-20
* Delete stale Firestore instances after FIRApp is deleted. (#809)Gravatar Ryan Wilson2018-02-16
* DispatchQueue delayed callback improvements + testing (#784)Gravatar Michael Lehenbauer2018-02-15
* replacing Auth/FSTUser by C++ auth implementation (#804)Gravatar zxu2018-02-15
* Merge pull request #801 from firebase/release-4.9.0Gravatar Paul Beusterien2018-02-14
|\
* | fix flaky test (#788)Gravatar zxu2018-02-13
* | Keep track of number of queries in the query cache (#776)Gravatar Greg Soltis2018-02-13
* | 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
| * Version bumps for 4.9.0 (#774)Gravatar Paul Beusterien2018-02-08
|/
* 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
* Increase expectation timeout to 25 seconds. (#744)Gravatar Michael Lehenbauer2018-02-02
* Align tests and integration test header search paths (#737)Gravatar Gil2018-02-01
* Remove predecessorKey,Object,Document, etc (#735)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
* Version updates to 4.8.2 (#722)Gravatar Paul Beusterien2018-01-27
* Fix b/72502745: OnlineState changes cause limbo document crash. (#470) (#714)Gravatar Michael Lehenbauer2018-01-27
* 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
* Cleanup imports and isEqual (#685)Gravatar Gil2018-01-21
* Port comparison to C++ (#678)Gravatar Gil2018-01-19
* Merge pull request #680 from firebase/release-4.8.1Gravatar Paul Beusterien2018-01-18
|\
* | Listen sequence numbers (#675)Gravatar Greg Soltis2018-01-17
* | 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
| * Fix issue @morganchen12 discovered where we weren't properly creating FIRQuer...Gravatar Michael Lehenbauer2018-01-15
* | Fix issue @morganchen12 discovered where we weren't properly creating FIRQuer...Gravatar Michael Lehenbauer2018-01-12
| * Merge remote-tracking branch 'origin/master' into release-4.8.1Gravatar Paul Beusterien2018-01-12
| |\ | |/ |/|
* | Fix import formatting (#660)Gravatar Paul Beusterien2018-01-12
| * Merge pull request #650 from firebase/bstpierre-version-bumpGravatar Benoit St-Pierre2018-01-11
| |\
| * | Update from masterGravatar Benoit St-Pierre2018-01-11
| | * Version bump for 4.8.1 ReleaseGravatar Benoit St-Pierre2018-01-11
| |/
* / Fix FSTLocalDocumentsView to allow multiple mutations while offline (#644)Gravatar rsgowman2018-01-11
|/
* Run style.sh (#636)Gravatar Michael Lehenbauer2018-01-10
* Merge branch 'master' into mikelehen/merge-master-to-firestore-api-changesGravatar Michael Lehenbauer2018-01-09
|\
| * Port StringPrintf from //base (#624)Gravatar Gil2018-01-08
* | Fixing potential race in ServerTimestamp testsGravatar Sebastian Schmidt2018-01-05