reader/backend/firestore.indexes.json

19 lines
327 B
JSON
Raw Normal View History

2024-04-10 19:32:07 +08:00
{
"indexes": [
{
"collectionGroup": "prompts",
"queryScope": "COLLECTION_GROUP",
"fields": [
{
"fieldPath": "id",
"order": "ASCENDING"
},
{
"fieldPath": "isPublic",
"order": "ASCENDING"
}
]
}
],
"fieldOverrides": []
}