mywebsite/firestore.indexes.json

11 lines
202 B
JSON

{
"indexes": [
{
"collectionId": "passwords",
"fields": [
{ "fieldPath": "uid", "mode": "ASCENDING" },
{ "fieldPath": "time", "mode": "DESCENDING" }
]
}
]
}