The firestoreGet
function is a higher-order function that takes a collection path and an options object, and returns a function that can be used to get a documents from a specified address.
firestoreGet
function to get a document from a specified path. The first argument is the slash-separated path of the collection containing the document.
undefined
if the document does not exist. The document data will be expanded to include the document ID as a property id
.
undefined
.