I deleted a google cloud project on Nov 2, 2023, and restored it today (Nov 14).
The project had a firestore database that I restored (as part of the project restore). But when I now go to the firestore database, it doesn't load for me.
- When I go to https://console.firebase.google.com/ I see the restored project as a selection. But when I click on it, it tells me to restore the project (which I already did).
- When I go to https://console.cloud.google.com/firestore/databases, I see the restored project. I see the (default) firestore database. But when I click on it, nothing happens. I don't see the firestore UI to select my collections and documents.
Help please!
Hi @victorwu ,
Are you able to see the old database after running the following gcloud command?
gcloud firestore databases list
Kind Regards,
SanketK