mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-06 10:46:40 +00:00
* init Firebase * add release step to github actions * fix syntax error * fix syntax error #2 * fix syntax error #3 * untrack firebase config files
117 lines
2.3 KiB
JSON
117 lines
2.3 KiB
JSON
{
|
|
"indexes": [
|
|
{
|
|
"collectionGroup": "restaurants",
|
|
"queryScope": "COLLECTION",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "category",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "avgRating",
|
|
"order": "DESCENDING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"collectionGroup": "restaurants",
|
|
"queryScope": "COLLECTION",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "category",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "numRatings",
|
|
"order": "DESCENDING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"collectionGroup": "restaurants",
|
|
"queryScope": "COLLECTION",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "category",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "price",
|
|
"order": "ASCENDING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"collectionGroup": "restaurants",
|
|
"queryScope": "COLLECTION",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "city",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "avgRating",
|
|
"order": "DESCENDING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"collectionGroup": "restaurants",
|
|
"queryScope": "COLLECTION",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "city",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "numRatings",
|
|
"order": "DESCENDING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"collectionGroup": "restaurants",
|
|
"queryScope": "COLLECTION",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "city",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "price",
|
|
"order": "ASCENDING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"collectionGroup": "restaurants",
|
|
"queryScope": "COLLECTION",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "price",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "avgRating",
|
|
"order": "DESCENDING"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"collectionGroup": "restaurants",
|
|
"queryScope": "COLLECTION",
|
|
"fields": [
|
|
{
|
|
"fieldPath": "price",
|
|
"order": "ASCENDING"
|
|
},
|
|
{
|
|
"fieldPath": "numRatings",
|
|
"order": "DESCENDING"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"fieldOverrides": []
|
|
}
|