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 57a4fab6c8 - Show all commits

View File

@ -166,6 +166,20 @@
}
]
},
{
"collectionGroup": "notifications",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "recipientId",
"order": "ASCENDING"
},
{
"fieldPath": "timestamp",
"order": "DESCENDING"
}
]
},
{
"collectionGroup": "workout_logs",
"queryScope": "COLLECTION",