-->
In Fuego 0.28.0, you can now copy/paste queries, export them as .txt, and use Firestore’s Explain and Analyze to inspect query plans, index usage, cost, and execution stats.
Firestore’s Query Explain offers transparent insights into how your queries are processed—paralleling SQL’s familiar EXPLAIN [ANALYZE]. With the default mode, it outlines how the backend plans the query, revealing which indexes are used and helping you verify index coverage and structure.
Switch on the analyze option, and you get deeper visibility: the tool runs the query and reports performance stats like read operations, billing details, and runtime execution latency—helping you measure real cost and efficiency on a per-query basis.
This is extremely valuable for fine-tuning query patterns and indexing strategies, especially when working through edge cases in large or complex datasets.
Fuego 0.27 adds full support for Firestore's 'bytes' data type, resolves an emulator issue, improves Google token handling, and updates keyboard shortcuts on Windows.
Explore the latest features of Fuego 0.26, including Google Cloud Storage support (Firebase storage), enhanced media previews, and major performance improvements.