Changes Updated

This commit is contained in:
Sharon Dcruz 2025-08-04 10:29:00 +05:30
parent ae90662c28
commit d76c84418b

View File

@ -78,30 +78,12 @@
"fieldPath": "data.clientId", "fieldPath": "data.clientId",
"order": "ASCENDING" "order": "ASCENDING"
}, },
{
"fieldPath": "type",
"order": "ASCENDING"
},
{ {
"fieldPath": "timestamp", "fieldPath": "timestamp",
"order": "DESCENDING" "order": "DESCENDING"
}
]
},
{
"collectionGroup": "notifications",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "type",
"order": "ASCENDING"
}, },
{ {
"fieldPath": "userId", "fieldPath": "__name__",
"order": "ASCENDING"
},
{
"fieldPath": "timestamp",
"order": "DESCENDING" "order": "DESCENDING"
} }
] ]