notification-bug-fix #105

Merged
dhanshas merged 55 commits from notification-bug-fix into dev 2025-08-20 13:22:29 +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",