File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ NS_SWIFT_NAME(DocumentSnapshot)
79
79
* exist.
80
80
*
81
81
* Server-provided timestamps that have not yet been set to their final value will be returned as
82
- * `NSNull`. You can use `dataWithOptions ()` to configure this behavior.
82
+ * `NSNull`. You can use `dataWithServerTimestampBehavior ()` to configure this behavior.
83
83
*
84
84
* @return An `NSDictionary` containing all fields in the document or `nil` if the document doesn't
85
85
* exist.
@@ -103,7 +103,7 @@ NS_SWIFT_NAME(DocumentSnapshot)
103
103
* exist.
104
104
*
105
105
* The timestamps that have not yet been set to their final value will be returned as `NSNull`. The
106
- * can use `get(_:options :)` to configure this behavior.
106
+ * can use `get(_:serverTimestampBehavior :)` to configure this behavior.
107
107
*
108
108
* @param field The field to retrieve.
109
109
* @return The value contained in the field or `nil` if the document or field doesn't exist.
@@ -115,7 +115,7 @@ NS_SWIFT_NAME(DocumentSnapshot)
115
115
* exist.
116
116
*
117
117
* The timestamps that have not yet been set to their final value will be returned as `NSNull`. The
118
- * can use `get(_:options :)` to configure this behavior.
118
+ * can use `get(_:serverTimestampBehavior :)` to configure this behavior.
119
119
*
120
120
* @param field The field to retrieve.
121
121
* @param serverTimestampBehavior Configures how server timestamps that have not yet been set to
You can’t perform that action at this time.
0 commit comments