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",