Skip to content

Commit

Permalink
Merge pull request #137 from fmasa/fix-indexes
Browse files Browse the repository at this point in the history
Fix Firestore index definition
  • Loading branch information
fmasa authored Jul 13, 2023
2 parents feb8042 + 1efde39 commit 54613fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions firebase/firestore.indexes.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"fields": [
{ "fieldPath": "archived", "order": "ASCENDING" },
{ "fieldPath": "type", "order": "ASCENDING" },
{ "fieldPath": "name", "order": "ASCENDING" },
{ "fieldPath": "__name__", "order": "ASCENDING" }
{ "fieldPath": "name", "order": "ASCENDING" }
]
}
],
Expand Down

0 comments on commit 54613fc

Please sign in to comment.