aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Tests
Commit message (Expand)AuthorAge
* 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
* fix flaky test (#788)Gravatar zxu2018-02-13
* Keep track of number of queries in the query cache (#776)Gravatar Greg Soltis2018-02-13
* 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
* Remove predecessorKey,Object,Document, etc (#735)Gravatar Gil2018-02-01
* Move all Firestore Objective-C to Objective-C++ (#734)Gravatar Gil2018-01-31
* Schema migrations for LevelDB (#728)Gravatar Greg Soltis2018-01-30
* 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
* Cleanup imports and isEqual (#685)Gravatar Gil2018-01-21
* Port comparison to C++ (#678)Gravatar Gil2018-01-19
* Listen sequence numbers (#675)Gravatar Greg Soltis2018-01-17
* Fix issue @morganchen12 discovered where we weren't properly creating FIRQuer...Gravatar Michael Lehenbauer2018-01-12
* Fix import formatting (#660)Gravatar Paul Beusterien2018-01-12
* 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
|\
* | Fixing potential race in ServerTimestamp testsGravatar Sebastian Schmidt2018-01-05
* | Rename all the onlineStateChanged methods to applyChangedOnlineState. (#574)Gravatar Michael Lehenbauer2017-12-19
* | Firestore `isEqual()` on Public Types (#569)Gravatar zxu2017-12-19
| * Use angle brackets for nonlocal #includes in Firestore (#580)Gravatar Gil2017-12-19
* | Clean up warnings (#578)Gravatar Gil2017-12-18
* | Expose network management (#566)Gravatar Greg Soltis2017-12-18
* | Test cleanup: Adds a helper for waiting for FSTVoidErrorBlock callbacks.Gravatar Michael Lehenbauer2017-12-18
* | Fixing return type of verifySnapshotWithResolvedTimestampsGravatar Sebastian Schmidt2017-12-18
* | b/68276665: Raise isFromCache=true events when offline (#567)Gravatar Michael Lehenbauer2017-12-15
* | MergeGravatar Sebastian Schmidt2017-12-12
|\ \
| * \ Merge branch 'firestore-api-changes' into mrschmidt-timestampsGravatar Sebastian Schmidt2017-12-12
| |\ \
* | | | Addressing commentsGravatar Sebastian Schmidt2017-12-12
| * | | Addressing commentsGravatar Sebastian Schmidt2017-12-12
| | * | Revisit commit method in FIRWriteBatch (#541)Gravatar zxu2017-12-11
* | | | Clang formatGravatar Sebastian Schmidt2017-12-10
| | * | Running scripts/style.shGravatar Sebastian Schmidt2017-12-10
* | | | Making DocumentSnapshot nullableGravatar Sebastian Schmidt2017-12-10
| |/ / |/| |
| * | Fixing commentGravatar Sebastian Schmidt2017-12-08
| * | Adding default optionGravatar Sebastian Schmidt2017-12-08
| * | Method renamesGravatar Sebastian Schmidt2017-12-07
| * | Addressing all review commentsGravatar Sebastian Schmidt2017-12-07
* | | Implement NSPredicate-based query (#531)Gravatar zxu2017-12-07
| |/ |/|
| * Adding SnapshotOptions to deal with pending ServerTimestampsGravatar Sebastian Schmidt2017-12-05
|/
* Fix long line and run style (#517)Gravatar Paul Beusterien2017-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