diff --git a/firestore.indexes.json b/firestore.indexes.json index 2016f51..ef951a9 100644 --- a/firestore.indexes.json +++ b/firestore.indexes.json @@ -1,19 +1,5 @@ { "indexes": [ - { - "collectionGroup": "day_pass_bookings", - "queryScope": "COLLECTION", - "fields": [ - { - "fieldPath": "userId", - "order": "ASCENDING" - }, - { - "fieldPath": "createdAt", - "order": "DESCENDING" - } - ] - }, { "collectionGroup": "day_pass_entries", "queryScope": "COLLECTION",