ewalk40
ewalk40

Reputation: 15

Firestore Database Creation Error

I have attempted to create a new Firestore database for an Xcode project I'm working on. I have added the app the to the Firebase project and implemented Firebase into my app. Every time I try to create a Firestore database, I get this error. Anyone know what it is and how I can fix it?

Upvotes: 0

Views: 276

Answers (1)

scobr
scobr

Reputation: 166

Have you activate Datastore previously? For some reason, users can not use both Firestore and Datastore within the same project.

The same applies if you has enabled App Engine on this project before and has chosen any region besides us-central (the only Firestore region during beta).

The workaround at this moment is create a new project for Firestore.

Upvotes: 1

Related Questions