expiry-notification #78

Merged
dhanshas merged 14 commits from expiry-notification into dev 2025-08-04 07:30:27 +00:00
Showing only changes of commit 3f4974a74c - Show all commits

View File

@ -78,7 +78,7 @@
"fieldPath": "data.clientId",
"order": "ASCENDING"
},
{
{
"fieldPath": "type",
"order": "ASCENDING"
},
@ -96,7 +96,7 @@
"fieldPath": "data.ownerId",
"order": "ASCENDING"
},
{
{
"fieldPath": "type",
"order": "ASCENDING"
},
@ -114,7 +114,7 @@
"fieldPath": "data.trainerId",
"order": "ASCENDING"
},
{
{
"fieldPath": "type",
"order": "ASCENDING"
},
@ -124,6 +124,25 @@
}
]
},
{
"collectionGroup": "notifications",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "type",
"order": "ASCENDING"
},
{
"fieldPath": "recipientId",
"order": "ASCENDING"
},
{
"fieldPath": "timestamp",
"order": "DESCENDING"
}
]
},
{
"collectionGroup": "workout_logs",
"queryScope": "COLLECTION",