We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ced69b commit 2d16171Copy full SHA for 2d16171
Firestore/Source/Public/FIRDocumentSnapshot.h
@@ -159,7 +159,7 @@ NS_SWIFT_NAME(QueryDocumentSnapshot)
159
* Retrieves all fields in the document as an `NSDictionary`.
160
*
161
* Server-provided timestamps that have not yet been set to their final value will be returned as
162
- * `NSNull`. You can use `dataWithOptions()` to configure this behavior.
+ * `NSNull`. You can use `dataWithServerTimestampBehavior()` to configure this behavior.
163
164
* @return An `NSDictionary` containing all fields in the document.
165
*/
0 commit comments