diff --git a/firestore.indexes.json b/firestore.indexes.json index 450b6c6..d6f85a4 100644 --- a/firestore.indexes.json +++ b/firestore.indexes.json @@ -71,6 +71,20 @@ "order": "ASCENDING" } ] + }, + { + "collectionGroup": "static_drop_claims", + "queryScope": "COLLECTION", + "fields": [ + { + "fieldPath": "is_mock_claim", + "order": "ASCENDING" + }, + { + "fieldPath": "expires", + "order": "ASCENDING" + } + ] } ], "fieldOverrides": []