uday
uday

Reputation: 779

How to delete index from firestore using firebase console?

When I check the firebase console for firestore,there is no delete option in the indexes page, only add is available.

firestore

How to delete them then, there are other questions on this but all are telling to find the delete option from here or do programmatically, but there is no option visible here.

Upvotes: 1

Views: 313

Answers (1)

Taha Sami
Taha Sami

Reputation: 1697

Look at Remove indexes to know how to delete indexes ( Menu icon will not appear except if you passed mouse there )

Preview

Upvotes: 3

Related Questions