notification-bug-fix #109

Merged
dhanshas merged 65 commits from notification-bug-fix into dev 2025-08-22 12:00:31 +00:00
Showing only changes of commit c3134cb78d - Show all commits

View File

@ -166,7 +166,22 @@
"order": "ASCENDING"
}
]
},
{
"collectionGroup": "notifications",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "recipientId",
"order": "ASCENDING"
},
{
"fieldPath": "timestamp",
"order": "DESCENDING"
}
]
}
],
"fieldOverrides": []
}