Initially we had 2 projects , one for firestore and other for datastore Trying to use Multiple database feature of Google Cloud. When I try to create indexes using the command : gcloud alpha datastore indexes create "filename" --database=mydatastore1
I get the error : (gcloud.alpha.datastore.indexes.create) ALREADY_EXISTS: index already exists
The same command works perfectly well if i work in previous configuration
Posting as a community wiki based on @JimMorrison which is a Googler based on his profile: