firestore-considerations icon indicating copy to clipboard operation
firestore-considerations copied to clipboard

Query limitations

Open ashconnell opened this issue 6 years ago • 1 comments

It might be worth documenting the limitations on queries such as no != comparisons, etc

ashconnell avatar Sep 23 '18 12:09 ashconnell

You can make queries with two where clauses only if one comparison operator is == and the other one is < or >.

k00na avatar Feb 05 '19 15:02 k00na