notification-bug-fix #110

Merged
allentj merged 72 commits from notification-bug-fix into dev 2025-08-25 09:50:08 +00:00
Showing only changes of commit 8cb8e0b73a - Show all commits

View File

@ -100,26 +100,22 @@
}, },
{ {
"collectionGroup": "notifications", "collectionGroup": "workout_logs",
"queryScope": "COLLECTION", "queryScope": "COLLECTION",
"fields": [ "fields": [
{ {
"fieldPath": "type", "fieldPath": "user_id",
"order": "ASCENDING" "order": "ASCENDING"
}, },
{ {
"fieldPath": "userId", "fieldPath": "date",
"order": "ASCENDING"
},
{
"fieldPath": "timestamp",
"order": "DESCENDING" "order": "DESCENDING"
} }
] ]
}, },
{ {
"collectionGroup": "notifications", "collectionGroup": "workout_logs",
"queryScope": "COLLECTION", "queryScope": "COLLECTION",
"fields": [ "fields": [
{ {
@ -127,8 +123,8 @@
"order": "ASCENDING" "order": "ASCENDING"
}, },
{ {
"fieldPath": "timestamp", "fieldPath": "date",
"order": "DESCENDING" "order": "ASCENDING"
} }
] ]
}, },