No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

firestore.indexes.json 563B

1234567891011121314151617181920212223242526
  1. {
  2. // Example:
  3. //
  4. // "indexes": [
  5. // {
  6. // "collectionGroup": "widgets",
  7. // "queryScope": "COLLECTION",
  8. // "fields": [
  9. // { "fieldPath": "foo", "arrayConfig": "CONTAINS" },
  10. // { "fieldPath": "bar", "mode": "DESCENDING" }
  11. // ]
  12. // },
  13. //
  14. // "fieldOverrides": [
  15. // {
  16. // "collectionGroup": "widgets",
  17. // "fieldPath": "baz",
  18. // "indexes": [
  19. // { "order": "ASCENDING", "queryScope": "COLLECTION" }
  20. // ]
  21. // },
  22. // ]
  23. // ]
  24. "indexes": [],
  25. "fieldOverrides": []
  26. }