notification-bug-fix #108

Merged
dhanshas merged 62 commits from notification-bug-fix into dev 2025-08-22 11:13:19 +00:00
Showing only changes of commit c3134cb78d - Show all commits

View File

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