Skip to content

Commit 8745020

Browse files
authored
chore(firestore): Update firestore indexes to reflect new index for the query that backfills Hearings into Typesense (#1977)
1 parent 7bb12bc commit 8745020

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

firestore.indexes.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,20 @@
388388
}
389389
]
390390
},
391+
{
392+
"collectionGroup": "events",
393+
"queryScope": "COLLECTION",
394+
"fields": [
395+
{
396+
"fieldPath": "type",
397+
"order": "ASCENDING"
398+
},
399+
{
400+
"fieldPath": "id",
401+
"order": "ASCENDING"
402+
}
403+
]
404+
},
391405
{
392406
"collectionGroup": "events",
393407
"queryScope": "COLLECTION",

0 commit comments

Comments
 (0)