Skip to content

Commit

Permalink
fix: create missing index for query
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jan 19, 2023
1 parent 9a54d84 commit 93afc37
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion firestore.indexes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
{
"indexes": [],
"indexes": [
{
"collectionGroup": "submissions",
"queryScope": "COLLECTION_GROUP",
"fields": [
{
"fieldPath": "status.user.cancelled",
"order": "ASCENDING"
},
{
"fieldPath": "submitted_by.id",
"order": "ASCENDING"
}
]
}
],
"fieldOverrides": []
}

0 comments on commit 93afc37

Please sign in to comment.