Josh L. Minga
Josh L. Minga

Reputation: 135

Error while trying to create Firebase Firestore Database

I am new to Firebase. When I am creating a new Firestore database am getting this error

Enabling Cloud Firestore will prevent you from using Cloud Datastore with this project, notably from the associated App Engine app

enter image description here

All solutions I found online are completely targeting experts/individual who knows their way around Firebase and Google Cloud. To me, this error is a roadblock. I tried using my other Gmail accounts, creating new projects and the same error appears. even the cancel and close buttons seen are not working I have to refresh just to get back.

Kindly help or guide me what should I do.

Upvotes: 1

Views: 2378

Answers (1)

Farid Shumbar
Farid Shumbar

Reputation: 1420

Based on @JoshL.Minga and @RenaudTarnec comments, the issue was narrowed down to a specific browser. After switching to Safari it didn't reproduce. This issue has been reported to Google support.

Aside from that, you may want to try creating a Frirestore DB using a brand new project. Make sure that your new project is created via the Firebase console and not in the GCP console.

Upvotes: 3

Related Questions