Hello, I'm trying to create an unique field index for a collection group in Firebase Firestore.
I want to be able to find a specific transaction in the "Transacciones" collection group, based of its "token", which is a code provided by the payment platform.
When trying to create such index the following error appears:
0:
Image of the error:
(message says the index cannot be created right now, and to check the error message)
About the index I'm trying to create:
Anyone knows what could be wrong?
Hi @Gustavo11,
Welcome to Google Cloud Community!
It seems that the issue you're encountering may be due to a conflict or limitation in the index creation process in Firestore. This could happen if there is an existing index that conflicts with the fields you are attempting to index or if multiple index changes are being attempted at once.
Here are some steps you may try to resolve this:
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
Sorry for the late reply, but after a while I found the cause of the issue and is not due to limitations or quotas... there is something wrong with my browser session. For some reason (and with that project only), I could not do any action in the Firebase Console without resulting in an error. The solution I found was to log from an incognito tab and it worked. Not an ideal solution. I deleted all of the browser's data to see if that would fix the problem with no luck. Not sure how else I could fix this issue more than always using incognito.