DatastoreFirestore
DatastoreFirestore is a term sometimes used to describe Cloud Firestore operating in Datastore mode, a configuration that preserves the legacy Cloud Datastore API and data model within Cloud Firestore. It is not a separate product but a compatibility mode that allows existing Datastore applications to run on Firestore’s underlying infrastructure while maintaining familiar programming patterns.
In Datastore mode, developers continue to work with Datastore-style entities, kinds, keys, and ancestor paths, and
Cloud Firestore itself exists in two modes: Native mode and Datastore mode. Native mode offers Firestore’s modern
Limitations of Datastore mode include the absence of certain Firestore Native features, such as real-time listeners