aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/API
Commit message (Expand)AuthorAge
* Array Contains Queries (not added to public headers yet). (#1138)Gravatar Michael Lehenbauer2018-04-23
* Move array transforms to internal header pending backend support. (#1139)Gravatar Michael Lehenbauer2018-04-20
* Add GetOptions for controlling offline get behaviour (#655)Gravatar rsgowman2018-04-18
* Integration tests, changelog, and minor fixes for array transforms. (#1108)Gravatar Michael Lehenbauer2018-04-17
* Serialize array transform mutations. (#1107)Gravatar Michael Lehenbauer2018-04-17
* Replace the `SnapshotOptions` object with the behavior enum. (#1109)Gravatar Gil2018-04-16
* Replace `QueryListenOptions` with simple booleans (#1106)Gravatar Gil2018-04-15
* Replace the `SetOptions` object with a simple boolean. (#1098)Gravatar Gil2018-04-15
* Replace `DocumentListenOptions` with a simple boolean. (#1099)Gravatar Gil2018-04-14
* Array Transforms public API and parsingGravatar Michael Lehenbauer2018-04-13
* Port `Precondition` to C++ (#1040)Gravatar zxu2018-04-12
* Small cleanup to UserDataConverter / FieldValue sentinel code to make adding ...Gravatar Michael Lehenbauer2018-04-12
* Port FieldTransform to C++ (#1033)Gravatar zxu2018-04-10
* Add lint checking for Objective-C++ sources (#1048)Gravatar Gil2018-04-09
* Port transform operations to C++ (#1020)Gravatar zxu2018-04-05
* port FieldMask to C++ (#998)Gravatar zxu2018-04-04
* Add a flag to control whether DocumentSnapshots return Dates or Timestamps fo...Gravatar Konstantin Varlamov2018-03-30
* port C++ DocumentKey to the rest of Firestore code (#977)Gravatar zxu2018-03-27
* port C++ `DocumentKey` to `Remote/*` (#965)Gravatar zxu2018-03-24
* grand PR to port the remaining paths (FieldPath and ResourcePath). (#865)Gravatar zxu2018-03-14
* port paths to FSTDocumentKey (#877)Gravatar zxu2018-03-06
* add converters and port paths to FSTQuery (#869)Gravatar zxu2018-03-05
* replacing Auth by C++ auth implementation (#802)Gravatar zxu2018-02-27
* 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
* Delete stale Firestore instances after FIRApp is deleted. (#809)Gravatar Ryan Wilson2018-02-16
* replacing Auth/FSTUser by C++ auth implementation (#804)Gravatar zxu2018-02-15
* Implement Firestore DatabaseInfo and port both Database{Id,Info} C++ to the i...Gravatar zxu2018-02-06
* Move all Firestore Objective-C to Objective-C++ (#734)Gravatar Gil2018-01-31
* Cleanup imports and isEqual (#685)Gravatar Gil2018-01-21
* Port comparison to C++ (#678)Gravatar Gil2018-01-19
* Fix issue @morganchen12 discovered where we weren't properly creating FIRQuer...Gravatar Michael Lehenbauer2018-01-12
* Fixing potential race in ServerTimestamp testsGravatar Sebastian Schmidt2018-01-05
* Fix races in lazy initialization of the client in FIRFirestore (#579)Gravatar Gil2017-12-20
* Firestore `isEqual()` on Public Types (#569)Gravatar zxu2017-12-19
* Expose network management (#566)Gravatar Greg Soltis2017-12-18
* Merge pull request #565 from firebase/mrschmidt-missingmethodsGravatar Sebastian Schmidt2017-12-15
|\
| * Adding missing SnapshotOptions methodGravatar Sebastian Schmidt2017-12-13
* | Fix new warnings w.r.t. predicate query change (#555)Gravatar zxu2017-12-12
|/
* MergeGravatar Sebastian Schmidt2017-12-12
|\
| * Merge branch 'firestore-api-changes' into mrschmidt-timestampsGravatar 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
| |/ |/|
| * Adding default optionGravatar Sebastian Schmidt2017-12-08
* | make FIRDocumentListenOptions.includeMetadataChanges private (#540)Gravatar zxu2017-12-08
| * Method renamesGravatar Sebastian Schmidt2017-12-07
| * Addressing all review commentsGravatar Sebastian Schmidt2017-12-07