Firestore query that will be fetched
Optional
options: UseQueryDataOnceOptionsOptions to configure how the query is fetched
Query data, loading state, and error
undefined
if query is currently being fetched, or an error occurredtrue
while fetching the query; false
if the query was fetched successfully or an error occurredundefined
if no error occurred
Returns the data of a Firestore Query. Does not update the data once initially fetched