expiry-notification #77

Merged
dhanshas merged 12 commits from expiry-notification into dev 2025-08-04 05:47:40 +00:00
Showing only changes of commit d76c84418b - Show all commits

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", "fieldPath": "__name__",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "type",
"order": "ASCENDING"
},
{
"fieldPath": "userId",
"order": "ASCENDING"
},
{
"fieldPath": "timestamp",
"order": "DESCENDING" "order": "DESCENDING"
} }
] ]