Cannot access undeleted firestore database

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.

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