From d76c84418bef2a5fb32310c484cb4a4431ad599d Mon Sep 17 00:00:00 2001 From: Sharon Dcruz Date: Mon, 4 Aug 2025 10:29:00 +0530 Subject: [PATCH] Changes Updated --- firestore.indexes.json | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) 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" } ]