This commit is contained in:
Sharon Dcruz 2025-08-04 10:35:48 +05:30
parent 7e6f93a30f
commit 7fbab4cded

View File

@ -77,6 +77,10 @@
{ {
"fieldPath": "data.clientId", "fieldPath": "data.clientId",
"order": "ASCENDING" "order": "ASCENDING"
},
{
"fieldPath": "type",
"order": "ASCENDING"
}, },
{ {
"fieldPath": "timestamp", "fieldPath": "timestamp",
@ -95,6 +99,10 @@
{ {
"fieldPath": "data.ownerId", "fieldPath": "data.ownerId",
"order": "ASCENDING" "order": "ASCENDING"
},
{
"fieldPath": "type",
"order": "ASCENDING"
}, },
{ {
"fieldPath": "timestamp", "fieldPath": "timestamp",
@ -113,6 +121,10 @@
{ {
"fieldPath": "data.trainerId", "fieldPath": "data.trainerId",
"order": "ASCENDING" "order": "ASCENDING"
},
{
"fieldPath": "type",
"order": "ASCENDING"
}, },
{ {
"fieldPath": "timestamp", "fieldPath": "timestamp",