Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcibotari committed May 18, 2024
1 parent 9399be3 commit 270b71a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions firestore.indexes.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
{ "fieldPath": "name", "order": "ASCENDING" }
]
},
{
"collectionGroup": "contents",
"queryScope": "COLLECTION",
"fields": [
{ "fieldPath": "kind", "order": "ASCENDING" },
{ "fieldPath": "name", "order": "ASCENDING" }
]
},
{
"collectionGroup": "schemas",
"queryScope": "COLLECTION",
Expand Down

0 comments on commit 270b71a

Please sign in to comment.