We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f4f1a commit f461dd8Copy full SHA for f461dd8
firebase/firestore.indexes.json
@@ -7,6 +7,15 @@
7
{ "fieldPath": "userId", "order": "ASCENDING" },
8
{ "fieldPath": "timestamp", "order": "DESCENDING" }
9
]
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
+ ]
19
}
20
],
21
"fieldOverrides": [
0 commit comments