Skip to content

Commit a18cf6a

Browse files
Merge branch 'environment/staging' into environment/production
2 parents bcad212 + 502f9f9 commit a18cf6a

File tree

1 file changed

+107
-5
lines changed

1 file changed

+107
-5
lines changed

packages/firebase/firestore/firestore.indexes.json

Lines changed: 107 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,66 @@
5656
}
5757
]
5858
},
59+
{
60+
"collectionGroup": "event",
61+
"queryScope": "COLLECTION",
62+
"fields": [
63+
{
64+
"fieldPath": "createdAt",
65+
"order": "DESCENDING"
66+
},
67+
{
68+
"fieldPath": "userId",
69+
"order": "ASCENDING"
70+
}
71+
]
72+
},
73+
{
74+
"collectionGroup": "notification",
75+
"queryScope": "COLLECTION",
76+
"fields": [
77+
{
78+
"fieldPath": "createdAt",
79+
"order": "DESCENDING"
80+
},
81+
{
82+
"fieldPath": "userFilter",
83+
"arrayConfig": "CONTAINS"
84+
}
85+
]
86+
},
87+
{
88+
"collectionGroup": "notification",
89+
"queryScope": "COLLECTION",
90+
"fields": [
91+
{
92+
"fieldPath": "userFilter",
93+
"arrayConfig": "CONTAINS"
94+
},
95+
{
96+
"fieldPath": "createdAt",
97+
"order": "DESCENDING"
98+
}
99+
]
100+
},
101+
{
102+
"collectionGroup": "notification",
103+
"queryScope": "COLLECTION",
104+
"fields": [
105+
{
106+
"fieldPath": "userFilter",
107+
"arrayConfig": "CONTAINS"
108+
},
109+
{
110+
"fieldPath": "eventType",
111+
"order": "ASCENDING"
112+
},
113+
{
114+
"fieldPath": "createdAt",
115+
"order": "DESCENDING"
116+
}
117+
]
118+
},
59119
{
60120
"collectionGroup": "payments",
61121
"queryScope": "COLLECTION",
@@ -70,6 +130,20 @@
70130
}
71131
]
72132
},
133+
{
134+
"collectionGroup": "proposals",
135+
"queryScope": "COLLECTION",
136+
"fields": [
137+
{
138+
"fieldPath": "commonId",
139+
"order": "ASCENDING"
140+
},
141+
{
142+
"fieldPath": "createdAt",
143+
"order": "DESCENDING"
144+
}
145+
]
146+
},
73147
{
74148
"collectionGroup": "proposals",
75149
"queryScope": "COLLECTION",
@@ -111,15 +185,43 @@
111185
]
112186
},
113187
{
114-
"collectionGroup": "notification",
188+
"collectionGroup": "proposals",
115189
"queryScope": "COLLECTION",
116190
"fields": [
117191
{
118-
"fieldPath": "userFilter",
119-
"order": "ARRAYS"
192+
"fieldPath": "fundingState",
193+
"order": "ASCENDING"
120194
},
121195
{
122-
"fieldPath": "eventType",
196+
"fieldPath": "type",
197+
"order": "ASCENDING"
198+
},
199+
{
200+
"fieldPath": "createdAt",
201+
"order": "ASCENDING"
202+
}
203+
]
204+
},
205+
{
206+
"collectionGroup": "proposals",
207+
"queryScope": "COLLECTION",
208+
"fields": [
209+
{
210+
"fieldPath": "id",
211+
"order": "ASCENDING"
212+
},
213+
{
214+
"fieldPath": "createdAt",
215+
"order": "ASCENDING"
216+
}
217+
]
218+
},
219+
{
220+
"collectionGroup": "proposals",
221+
"queryScope": "COLLECTION",
222+
"fields": [
223+
{
224+
"fieldPath": "proposerId",
123225
"order": "ASCENDING"
124226
},
125227
{
@@ -184,4 +286,4 @@
184286
}
185287
],
186288
"fieldOverrides": []
187-
}
289+
}

0 commit comments

Comments
 (0)