We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faba21b commit 06ecea0Copy full SHA for 06ecea0
1 file changed
Firebase/firestore.index.json
@@ -578,6 +578,28 @@
578
}
579
],
580
"fieldOverrides": [
581
+ {
582
+ "collectionGroup": "todoLists",
583
+ "fieldPath": "dueDate",
584
+ "indexes": [
585
586
+ "order": "ASCENDING",
587
+ "queryScope": "COLLECTION"
588
+ },
589
590
+ "order": "DESCENDING",
591
592
593
594
595
+ "queryScope": "COLLECTION_GROUP"
596
597
598
599
600
+ }
601
+ ]
602
603
{
604
"collectionGroup": "todoLists",
605
"fieldPath": "isDeleted",
0 commit comments