Skip to content

Commit

Permalink
Add invitations index for home view
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski committed Nov 12, 2024
1 parent 7d075ae commit 3aff2cd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions firestore.indexes.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@
}
]
},
{
"collectionGroup": "invitations",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "user.clinician",
"order": "ASCENDING"
},
{
"fieldPath": "user.organization",
"order": "ASCENDING"
},
{
"fieldPath": "user.type",
"order": "ASCENDING"
}
]
},
{
"collectionGroup": "users",
"queryScope": "COLLECTION",
Expand Down

0 comments on commit 3aff2cd

Please sign in to comment.