ginpei/potoshop

View on GitHub
firestore.indexes.json

Summary

Maintainability
Test Coverage
{
  // Example:
  //
  // "indexes": [
  //   {
  //     "collectionId": "widgets",
  //     "fields": [
  //       { "fieldPath": "foo", "mode": "ASCENDING" },
  //       { "fieldPath": "bar", "mode": "DESCENDING" }
  //     ]
  //   }
  // ]
  "indexes": []
}