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 7fbab4cded - Show all commits

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",