Maintained with ☕️ by
IcePanel logo

Firestore now supports using range and inequality filters on multiple fields in a single query

Share

Services

## Feature Firestore now supports using [range and inequality filters on multiple fields](https://cloud.google.com/firestore/docs/query-data/multiple-range-fields) in a single query. This feature is in [Preview](https://cloud.google.com/products#product-launch-stages). ## Feature Support for [Query Explain](https://cloud.google.com/firestore/docs/query-explain). This feature is in [Preview](https://cloud.google.com/products#product-launch-stages). Query Explain lets you submit queries and receive detailed query plan, billing and performance statistics on query execution in return. It helps you understand how your queries are executed, showing you inefficiencies. It functions like the `EXPLAIN [ANALYZE]` operation in many relational database systems. For more information, see the [guide for Query Explain](https://cloud.google.com/firestore/docs/query-explain).