fix firebase indizes

This commit is contained in:
benjamin
2026-05-14 16:19:54 +02:00
parent 89ca2dfefc
commit 38fe753570
+21 -1
View File
@@ -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": []
}