У меня проблема с развертыванием индексов пожарного хранилища. Команда сказала успех, но новые индексы не были сохранены.
Я предполагаю, что я сделал несколько плохих индексов, но я тоже не могу их удалить. Посоветуйте, пожалуйста, как мне решить эту проблему
Вот лог:
Vus-MacBook-Pro:neotwist-site vu$ firebase firestore:indexes
Error: Error parsing index name: projects/neotwist-dev/databases/(default)/collectionGroups/apps/{appId}/categories/indexes/CICAgNiroIEK
Having trouble? Try firebase firestore:indexes --help
Vus-MacBook-Pro:neotwist-site vu$ firebase deploy --only firestore:indexes --force
=== Deploying to 'neotwist-dev'...
i deploying firestore
i firestore: reading indexes from firestore.indexes.json...
i firestore: your indexes indexes are specified in the v1beta1 API format. Please upgrade to the new index API format by running firebase firestore:indexes again and saving the result.
✔ firestore: deployed indexes in firestore.indexes.json successfully
✔ Deploy complete!
Project Console: https://console.firebase.google.com/project/neotwist-dev/overview
Vus-MacBook-Pro:neotwist-site vu$