Firestore query that will be subscribed to
Optional
options: UseQueryDataOptions<AppModelType>Options to configure the subscription
initialValue
: Value that is returned while the query is being 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 and updates a the document data of a Firestore Query