notification-bug-fix #90

Merged
allentj merged 20 commits from notification-bug-fix into dev 2025-08-19 04:59:35 +00:00

View File

@ -24,20 +24,20 @@
}, },
{ {
"fieldPath": "createdAt", "fieldPath": "createdAt",
"order": "DESCENDING" "order": "ASCENDING"
} }
] ]
}, },
{ {
"collectionGroup": "gyms", "collectionGroup": "gyms",
"queryScope": "COLLECTION_GROUP", "queryScope": "COLLECTION",
"fields": [ "fields": [
{ {
"fieldPath": "isApproved", "fieldPath": "userId",
"order": "ASCENDING" "order": "ASCENDING"
}, },
{ {
"fieldPath": "createdAt", "fieldPath": "name",
"order": "ASCENDING" "order": "ASCENDING"
} }
] ]