Retrieves all Firestore documents that match the given query.
Return an array of results where each element contains the Firestore document
id doc_id and the document data data.
Remarks
Firestore does not support inequality filters on multiple properties.
Retrieves all Firestore documents that match the given
query
. Return an array of results where each element contains the Firestore document iddoc_id
and the document datadata
.Remarks
Firestore does not support inequality filters on multiple properties.
See
Firestore error: Cannot use multiple conditional where clauses on different properties - Stack Overflow