From c0b39ace3d509e54d7d9a8fe26797d88f3504243 Mon Sep 17 00:00:00 2001 From: Ruben Date: Tue, 24 Oct 2023 14:28:32 +0200 Subject: [PATCH] :poop: Restore OG indexes.json --- firestore.indexes.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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": []