aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Public/FIRDocumentSnapshot.h
Commit message (Collapse)AuthorAge
* Replace the `SnapshotOptions` object with the behavior enum. (#1109)Gravatar Gil2018-04-16
| | | | | | | | | Instead of calling `get(field, SnapshotOptions.serverTimestampBehavior(.estimate))` call `get(field, serverTimestampBehavior: .estimate)`
* Adding Swift build testGravatar Sebastian Schmidt2017-12-14
|
* Adding missing SnapshotOptions methodGravatar Sebastian Schmidt2017-12-13
|
* Adding missing word in commentGravatar Sebastian Schmidt2017-12-12
|
* Using 100 as line length for commentsGravatar Sebastian Schmidt2017-12-12
|
* MergeGravatar Sebastian Schmidt2017-12-12
|\
* | Addressing commentsGravatar Sebastian Schmidt2017-12-12
| |
| * Addressing commentsGravatar Sebastian Schmidt2017-12-12
| |
* | Comment fixGravatar Sebastian Schmidt2017-12-10
| |
* | Clang formatGravatar Sebastian Schmidt2017-12-10
| |
* | Making DocumentSnapshot nullableGravatar Sebastian Schmidt2017-12-10
| |
| * Adding default optionGravatar Sebastian Schmidt2017-12-08
| |
| * Addressing all review commentsGravatar Sebastian Schmidt2017-12-07
| |
| * Adding SnapshotOptions to deal with pending ServerTimestampsGravatar Sebastian Schmidt2017-12-05
|/
* Replacing FIR_SWIFT_NAME macro with NS_SWIFT_NAME. (#476)Gravatar Ryan Wilson2017-11-28
| | | | | | | | | | * Replacing FIR_SWIFT_NAME macro with NS_SWIFT_NAME. This pushes the minimum Xcode version to 7.3, as NS_SWIFT_NAME was limited before that version (which is why the macro was introduced in the first place). * Fixed FIRMessaging header
* Release 4.3.0 (#327)Gravatar Gil2017-10-03
Initial release of Firestore at 0.8.0 Bump FirebaseCommunity to 0.1.3