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 14b190f891 - Show all commits

View File

@ -75,7 +75,7 @@
"queryScope": "COLLECTION", "queryScope": "COLLECTION",
"fields": [ "fields": [
{ {
"fieldPath": "clientId", "fieldPath": "data.clientId",
"order": "ASCENDING" "order": "ASCENDING"
}, },
{ {
@ -89,7 +89,7 @@
"queryScope": "COLLECTION", "queryScope": "COLLECTION",
"fields": [ "fields": [
{ {
"fieldPath": "clientId", "fieldPath": "data.clientId",
"order": "ASCENDING" "order": "ASCENDING"
}, },
{ {
@ -102,52 +102,6 @@
} }
] ]
}, },
{
"collectionGroup": "notifications",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "ownerId",
"order": "ASCENDING"
},
{
"fieldPath": "timestamp",
"order": "DESCENDING"
}
]
},
{
"collectionGroup": "notifications",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "ownerId",
"order": "ASCENDING"
},
{
"fieldPath": "type",
"order": "ASCENDING"
},
{
"fieldPath": "timestamp",
"order": "DESCENDING"
}
]
},
{
"collectionGroup": "notifications",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "trainerId",
"order": "ASCENDING"
},
{
"fieldPath": "timestamp",
"order": "DESCENDING"
}
]
},
{ {
"collectionGroup": "notifications", "collectionGroup": "notifications",
"queryScope": "COLLECTION", "queryScope": "COLLECTION",
@ -180,6 +134,24 @@
} }
] ]
}, },
{
"collectionGroup": "notifications",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "data.ownerId",
"order": "ASCENDING"
},
{
"fieldPath": "type",
"order": "ASCENDING"
},
{
"fieldPath": "timestamp",
"order": "DESCENDING"
}
]
},
{ {
"collectionGroup": "notifications", "collectionGroup": "notifications",
"queryScope": "COLLECTION", "queryScope": "COLLECTION",