Firestore query that will be subscribed to
Optionaloptions: UseQueryOptionsOptions to configure the subscription
QuerySnapshot, loading, 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 and updates a QuerySnapshot of a Firestore Query