The indexes selected for the query. For example: [ {"queryScope": "Collection", "properties": "(foo ASC, name ASC)"}, {"queryScope": "Collection", "properties": "(bar ASC, name ASC)"} ]
Debugging statistics from the execution of the query. Note that the debugging stats are subject to change as Firestore evolves. It could include: { "indexes_entries_scanned": "1000", "documents_scanned": "20", "billing_details" : { "documents_billable": "20", "index_entries_billable": "1000", "min_query_cost": "0" } }
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-02 UTC."],[[["`planSummary` provides information about the planning phase of a query, including the indexes selected for the query."],["`executionStats` offers aggregated data from the query's execution, such as the number of results returned, execution duration, and read operations."],["`indexesUsed` within `planSummary` specifies which indexes were chosen for the query, detailing the query scope and properties."],["`resultsReturned`, `executionDuration`, `readOperations`, and `debugStats` are fields within `executionStats` that give specifics about the outcome, timing, cost, and debugging information of the query execution."]]],[]]