Interface: DocumentSnapshotOptions Stay organized with collections Save and categorize content based on your preferences.
test.firestore. DocumentSnapshotOptions
Interface for defining optional parameters for creating a DocumentSnapshot.
Properties
createTime
nullable string
The date the document was created, formatted as a UTC string.
firebaseApp
nullable firebase.app.App
The Firebase app that the Firestore database belongs to. You do not need to supply this parameter if you supplied Firebase config values when initializingfirebase-functions-test.
readTime
nullable string
The last time the document was read, formatted as a UTC string.
updateTime
nullable string
The last update time for the document, formatted as a UTC string.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-12-03 UTC.