Skip to content

Commit f7a0f15

Browse files
committed
fix: 인덱스 순서가 쿼리와 다른 부분 해결
1 parent 115e48a commit f7a0f15

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Firebase/firestore.index.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,15 +403,15 @@
403403
"queryScope": "COLLECTION",
404404
"fields": [
405405
{
406-
"fieldPath": "dueDate",
406+
"fieldPath": "isCompleted",
407407
"order": "ASCENDING"
408408
},
409409
{
410-
"fieldPath": "isCompleted",
410+
"fieldPath": "isDeleted",
411411
"order": "ASCENDING"
412412
},
413413
{
414-
"fieldPath": "isDeleted",
414+
"fieldPath": "dueDate",
415415
"order": "ASCENDING"
416416
},
417417
{

0 commit comments

Comments
 (0)