Splits an array of Firestore document IDs in chunks of 10, so to comply with Firestore in, not-in, and array-contains-any operators limitations, and returns a list of Firestore queries.
in
not-in
array-contains-any
Perform simple and compound queries in Cloud Firestore - Firebase docs
Splits an array of Firestore document IDs in chunks of 10, so to comply with Firestore
in
,not-in
, andarray-contains-any
operators limitations, and returns a list of Firestore queries.See
Perform simple and compound queries in Cloud Firestore - Firebase docs