I'm deciding to migrate the data of Google Cloud Datastore to Cloud Firestore. I've read all related documents & blogs, but didn't find the pricing comparison with Datastore to Firestore (though I've read all Firestore pricing & daily quota details).
I want to know the disadvantages & drawbacks of Cloud Firestore, as our data is in large-scale. I've gone through the document about choose mode (https://cloud.google.com/datastore/docs/firestore-or-datastore). Is it safe to migrate all data to Cloud Firestore in Native Mode directly or to use Firestore in Datastore mode?
Thanks in advance.