Skip to content

Commit

Permalink
Merge pull request #142 from poap-xyz/feature/claim-poaps-inside-kiosk
Browse files Browse the repository at this point in the history
💩 Restore OG indexes.json
  • Loading branch information
arvee-init authored Oct 24, 2023
2 parents 82342ae + c0b39ac commit ceedcc7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions firestore.indexes.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,20 @@
"order": "ASCENDING"
}
]
},
{
"collectionGroup": "static_drop_claims",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "is_mock_claim",
"order": "ASCENDING"
},
{
"fieldPath": "expires",
"order": "ASCENDING"
}
]
}
],
"fieldOverrides": []
Expand Down

0 comments on commit ceedcc7

Please sign in to comment.