Cloud Firestore Next Generation Cloud Datastore?

I find some conflicting information from Google about which storage solution I should use for my web application. Since I am not too interested in using the mobile SDK and, like the server platforms offered by Cloud Datastore, I would choose this option according to this flowchart .

Google Storage Flowchart

However, when I go to my Google Cloud platform and select the Cloud Datastore option from the menu, I get this message:

Cloud firestore

There are a lot of questions and confusion. Does this mean that Cloud Firestore will eventually replace Cloud Datastore? Will the benefits of Cloud Datastore in Firestore be realized? Should I avoid using Cloud Datastore for my web application?

+3
source share
1 answer

This is a mistake in our text, which is fixed. It is intended to read the "next generation Firebase Realtime database."

Currently, we only support Cloud Datastore or Cloud Firestore for each project (which we hope to fix in the future).

You see this message because you have already signed up for the Cloud Firestore beta for this project through the Firebase Console. Not when you signed up for the beta, the message appears: "Enabling the beta version of Cloud Firestore will not allow you to use Cloud Datastore with this project, especially from the corresponding App Engine application."

+8
source

Source: https://habr.com/ru/post/1273907/


All Articles