diff --git a/firestore/firestore.indexes.json b/firestore/firestore.indexes.json index b68957c2f..66ce45e80 100644 --- a/firestore/firestore.indexes.json +++ b/firestore/firestore.indexes.json @@ -1,5 +1,37 @@ { "indexes": [ + { + "collectionGroup": "lois", + "queryScope": "COLLECTION", + "fields": [ + { + "fieldPath": "`5`", // owner_id + "order": "ASCENDING" + }, + { + "fieldPath": "`9`", // source + "order": "ASCENDING" + }, + { + "fieldPath": "`7`.`3`.`1`", // last_modified.server_timestamp.seconds + "order": "ASCENDING" + } + ] + }, + { + "collectionGroup": "lois", + "queryScope": "COLLECTION", + "fields": [ + { + "fieldPath": "`9`", // source + "order": "ASCENDING" + }, + { + "fieldPath": "`7`.`3`.`1`", // last_modified.server_timestamp.seconds + "order": "ASCENDING" + } + ] + }, { "collectionGroup": "submissions", "queryScope": "COLLECTION",