From 0fcfee6d779d7ed1fdf52eae11e57d8fab562512 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Mon, 7 Mar 2022 14:19:55 -0800 Subject: [PATCH] Update firestore.indexes.json --- firestore.indexes.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firestore.indexes.json b/firestore.indexes.json index ac88ccf6..e611f18a 100644 --- a/firestore.indexes.json +++ b/firestore.indexes.json @@ -242,6 +242,10 @@ "arrayConfig": "CONTAINS", "queryScope": "COLLECTION" }, + { + "order": "ASCENDING", + "queryScope": "COLLECTION_GROUP" + }, { "order": "DESCENDING", "queryScope": "COLLECTION_GROUP"