简体   繁体   中英

This project is set up to use Cloud Firestore in Datastore mode. This mode can only be accessed from Google Cloud Platform

I am trying to create firestore database but got the message "This project is set up to use Cloud Firestore in Datastore mode. This mode can only be accessed from Google Cloud Platform".

This is setup using GCP. How can I do that? Also not able to switch to native mode. Please help me.

This message indicates that your database was created in Datastore mode, when you created your project. You should be able to change it by accessing the Datastore Console using this link here and clicking in the available button to switch the mode - check here . However, as clarified in this other post from the Community here , you can only do it once and if you have not performed any changes in your database.

In case you don't fit in these above scenarios, you will need to create a new project and configure Firestore from the beginning.

Let me know if the information helped you!

I face the same problem on creating a fresh project. I think it's default behavior with latest changes. Just go to Datastore and switch to NATIVE MODE.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM