Skip to content

Commit f461dd8

Browse files
committed
Add missing index
1 parent d1f4f1a commit f461dd8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

firebase/firestore.indexes.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
{ "fieldPath": "userId", "order": "ASCENDING" },
88
{ "fieldPath": "timestamp", "order": "DESCENDING" }
99
]
10+
},
11+
{
12+
"collectionGroup": "entries",
13+
"queryScope": "COLLECTION",
14+
"fields": [
15+
{ "fieldPath": "userId", "order": "ASCENDING" },
16+
{ "fieldPath": "category", "order": "ASCENDING" },
17+
{ "fieldPath": "timestamp", "order": "DESCENDING" }
18+
]
1019
}
1120
],
1221
"fieldOverrides": [

0 commit comments

Comments
 (0)