Skip to content

Commit

Permalink
Update firestore.indexes.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Holt Juliussen committed Jan 24, 2025
1 parent 4ba4550 commit bbac107
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions firestore.indexes.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,20 @@
}
]
},
{
"collectionGroup": "departments",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "archived",
"order": "ASCENDING"
},
{
"fieldPath": "name",
"order": "ASCENDING"
}
]
},
{
"collectionGroup": "departments",
"queryScope": "COLLECTION",
Expand Down Expand Up @@ -320,6 +334,20 @@
}
]
},
{
"collectionGroup": "products",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "archived",
"order": "ASCENDING"
},
{
"fieldPath": "name",
"order": "ASCENDING"
}
]
},
{
"collectionGroup": "products",
"queryScope": "COLLECTION",
Expand Down

0 comments on commit bbac107

Please sign in to comment.