From 7fbab4cded6f13b35f6b202fc52c606aad9e17b4 Mon Sep 17 00:00:00 2001 From: Sharon Dcruz Date: Mon, 4 Aug 2025 10:35:48 +0530 Subject: [PATCH] Updated --- firestore.indexes.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/firestore.indexes.json b/firestore.indexes.json index f609f3d..d8e0d35 100644 --- a/firestore.indexes.json +++ b/firestore.indexes.json @@ -77,6 +77,10 @@ { "fieldPath": "data.clientId", "order": "ASCENDING" + }, + { + "fieldPath": "type", + "order": "ASCENDING" }, { "fieldPath": "timestamp", @@ -95,6 +99,10 @@ { "fieldPath": "data.ownerId", "order": "ASCENDING" + }, + { + "fieldPath": "type", + "order": "ASCENDING" }, { "fieldPath": "timestamp", @@ -113,6 +121,10 @@ { "fieldPath": "data.trainerId", "order": "ASCENDING" + }, + { + "fieldPath": "type", + "order": "ASCENDING" }, { "fieldPath": "timestamp",