cpd_job_app/firestore.indexes.json

52 lines
984 B
JSON
Raw Normal View History

{
"indexes": [
{
"collectionGroup": "jobs",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "jobCategory",
"order": "ASCENDING"
},
{
"fieldPath": "recruitment",
"order": "ASCENDING"
},
{
"fieldPath": "createdAt",
"order": "ASCENDING"
}
]
},
{
"collectionGroup": "jobs",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "recruitment",
"order": "ASCENDING"
},
{
"fieldPath": "createdAt",
"order": "ASCENDING"
}
]
},
{
"collectionGroup": "jobs",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "recruitment",
"order": "ASCENDING"
},
{
"fieldPath": "jobTitle",
"order": "ASCENDING"
}
]
}
],
"fieldOverrides": []
}