firestore-considerations
firestore-considerations copied to clipboard
Query limitations
It might be worth documenting the limitations on queries such as no != comparisons, etc
You can make queries with two where clauses only if one comparison operator is == and the other one is < or >.