Skip to content

Commit 8bfab0f

Browse files
committed
fix: 검색 시 인덱스 이슈 해결
1 parent 471dbf0 commit 8bfab0f

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Firebase/firestore.index.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,24 @@
3232
}
3333
]
3434
},
35+
{
36+
"collectionGroup": "todoLists",
37+
"queryScope": "COLLECTION",
38+
"fields": [
39+
{
40+
"fieldPath": "deletedAt",
41+
"order": "ASCENDING"
42+
},
43+
{
44+
"fieldPath": "createdAt",
45+
"order": "DESCENDING"
46+
},
47+
{
48+
"fieldPath": "__name__",
49+
"order": "ASCENDING"
50+
}
51+
]
52+
},
3553
{
3654
"collectionGroup": "todoLists",
3755
"queryScope": "COLLECTION",

0 commit comments

Comments
 (0)