Skip to content

Commit 1efde39

Browse files
committed
Remove default key from index definition
1 parent feb8042 commit 1efde39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

firebase/firestore.indexes.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"fields": [
77
{ "fieldPath": "archived", "order": "ASCENDING" },
88
{ "fieldPath": "type", "order": "ASCENDING" },
9-
{ "fieldPath": "name", "order": "ASCENDING" },
10-
{ "fieldPath": "__name__", "order": "ASCENDING" }
9+
{ "fieldPath": "name", "order": "ASCENDING" }
1110
]
1211
}
1312
],

0 commit comments

Comments
 (0)