reader/backend/firestore.indexes.json
yanlong.wang 89d6d49f06
wip
2024-04-10 19:32:07 +08:00

19 lines
327 B
JSON

{
"indexes": [
{
"collectionGroup": "prompts",
"queryScope": "COLLECTION_GROUP",
"fields": [
{
"fieldPath": "id",
"order": "ASCENDING"
},
{
"fieldPath": "isPublic",
"order": "ASCENDING"
}
]
}
],
"fieldOverrides": []
}