Fix index for new comment list code

This commit is contained in:
Marshall Polaris 2022-08-26 19:47:41 -07:00
parent 2a0a9f5a5e
commit 6cc8699d97

View File

@ -40,6 +40,10 @@
"collectionGroup": "comments",
"queryScope": "COLLECTION_GROUP",
"fields": [
{
"fieldPath": "commentType",
"order": "ASCENDING"
},
{
"fieldPath": "userId",
"order": "ASCENDING"