Skip to content

Commit 3c5588a

Browse files
committed
chore: sync firebase indexes
1 parent b0c6f35 commit 3c5588a

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

firestore.indexes.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,52 @@
2222
"fieldPath": "status.ugrc.approved",
2323
"order": "ASCENDING"
2424
},
25+
{
26+
"fieldPath": "status.user.cancelled",
27+
"order": "ASCENDING"
28+
},
29+
{
30+
"fieldPath": "blm_point_id",
31+
"order": "ASCENDING"
32+
}
33+
]
34+
},
35+
{
36+
"collectionGroup": "submissions",
37+
"queryScope": "COLLECTION",
38+
"fields": [
39+
{
40+
"fieldPath": "status.ugrc.approved",
41+
"order": "ASCENDING"
42+
},
43+
{
44+
"fieldPath": "blm_point_id",
45+
"order": "ASCENDING"
46+
}
47+
]
48+
},
49+
{
50+
"collectionGroup": "submissions",
51+
"queryScope": "COLLECTION",
52+
"fields": [
53+
{
54+
"fieldPath": "status.user.cancelled",
55+
"order": "ASCENDING"
56+
},
57+
{
58+
"fieldPath": "blm_point_id",
59+
"order": "ASCENDING"
60+
}
61+
]
62+
},
63+
{
64+
"collectionGroup": "submissions",
65+
"queryScope": "COLLECTION",
66+
"fields": [
67+
{
68+
"fieldPath": "status.county.approved",
69+
"order": "ASCENDING"
70+
},
2571
{
2672
"fieldPath": "blm_point_id",
2773
"order": "ASCENDING"

0 commit comments

Comments
 (0)