'The sum of filters, sort orders, and parent document path (1 for a subcollection, 0 for a root collection) in a query cannot exceed 100.' from 
CodePudding user response:
This limit means that you can't have more than 100 where clauses orderBy clauses subcollections in a query. It is not related to the number of items in an array in a document.
