fix firebase indizes
This commit is contained in:
+21
-1
@@ -1,4 +1,24 @@
|
|||||||
{
|
{
|
||||||
"indexes": [],
|
"indexes": [
|
||||||
|
{
|
||||||
|
"collectionGroup": "shows",
|
||||||
|
"queryScope": "COLLECTION",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"fieldPath": "published",
|
||||||
|
"order": "ASCENDING"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldPath": "date",
|
||||||
|
"order": "DESCENDING"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldPath": "__name__",
|
||||||
|
"order": "DESCENDING"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"density": "SPARSE_ALL"
|
||||||
|
}
|
||||||
|
],
|
||||||
"fieldOverrides": []
|
"fieldOverrides": []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user