Skip to content

Commit e3c9ef4

Browse files
committed
chore: 인덱스 추가
1 parent 0fbdacd commit e3c9ef4

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Firebase/firestore.index.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,34 @@
587587
"queryScope": "COLLECTION_GROUP"
588588
}
589589
]
590+
},
591+
{
592+
"collectionGroup": "notifications",
593+
"fieldPath": "isDeleted",
594+
"indexes": [
595+
{
596+
"order": "ASCENDING",
597+
"queryScope": "COLLECTION_GROUP"
598+
},
599+
{
600+
"order": "DESCENDING",
601+
"queryScope": "COLLECTION_GROUP"
602+
}
603+
]
604+
},
605+
{
606+
"collectionGroup": "webPages",
607+
"fieldPath": "isDeleted",
608+
"indexes": [
609+
{
610+
"order": "ASCENDING",
611+
"queryScope": "COLLECTION_GROUP"
612+
},
613+
{
614+
"order": "DESCENDING",
615+
"queryScope": "COLLECTION_GROUP"
616+
}
617+
]
590618
}
591619
]
592620
}

0 commit comments

Comments
 (0)