Skip to content

Commit 604bafe

Browse files
authored
Merge pull request #866 from Worktez/dev-angular
fix(Index): FIxed indexing
2 parents 3e34232 + f51ac1a commit 604bafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore.indexes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"queryScope": "COLLECTION",
6666
"fields": [
6767
{ "fieldPath": "Status", "order": "ASCENDING" },
68-
{ "fieldPath": "LastUpdatedEpochTime", "order": "Descending" }
68+
{ "fieldPath": "LastUpdatedEpochTime", "order": "DESCENDING" }
6969
]
7070
}
7171
]

0 commit comments

Comments
 (0)