Firestore DocumentReference that will be subscribed to
Optionaloptions: UseDocumentDataOnceOptionsOptions to configure how the document is fetched
Document data, loading state, and error
undefined if document does not exist, is currently being fetched, or an error occurredtrue while fetching the document; false if the document was fetched successfully or an error occurredundefined if no error occurred
Returns the data of a Firestore DocumentReference