We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de9df0 commit 57cb6caCopy full SHA for 57cb6ca
packages/firestore/firestore_composite_index_config.tf
@@ -388,6 +388,24 @@ locals {
388
field_path = "`field\\\\slash`"
389
order = "DESCENDING"
390
},
391
- ]
+ ],
392
+ index25 = [
393
+ {
394
+ field_path = "testId"
395
+ order = "ASCENDING"
396
+ },
397
398
+ field_path = "v"
399
400
401
402
+ field_path = "key"
403
404
405
406
+ field_path = "sort"
407
408
409
+ ]
410
}
411
0 commit comments