diff --git a/firestore.indexes.json b/firestore.indexes.json index 49c7af5..f609f3d 100644 --- a/firestore.indexes.json +++ b/firestore.indexes.json @@ -78,30 +78,12 @@ "fieldPath": "data.clientId", "order": "ASCENDING" }, - { - "fieldPath": "type", - "order": "ASCENDING" - }, { "fieldPath": "timestamp", "order": "DESCENDING" - } - ] - }, - { - "collectionGroup": "notifications", - "queryScope": "COLLECTION", - "fields": [ - { - "fieldPath": "type", - "order": "ASCENDING" }, { - "fieldPath": "userId", - "order": "ASCENDING" - }, - { - "fieldPath": "timestamp", + "fieldPath": "__name__", "order": "DESCENDING" } ]