We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471dbf0 commit 8bfab0fCopy full SHA for 8bfab0f
1 file changed
Firebase/firestore.index.json
@@ -32,6 +32,24 @@
32
}
33
]
34
},
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
50
+ }
51
+ ]
52
53
{
54
"collectionGroup": "todoLists",
55
"queryScope": "COLLECTION",
0 commit comments