We have an existing application on Python 2.7 on Google app engine standard. We are planning to migrate the application to python 3.7 because of end of support for python 2.7.
We use ndb library to access datastore.
According to documentation here it says we should "consider" using Cloud NDB instead of Datastore mode client library.
My question - is "Datastore mode client library" an option for applications migrating from python2.7 / ndb datastore to python 3.7/Firestore Datastore mode? Can I use it instead of "Cloud NDB"? The reason being, if we are going through migration to python 3.7 we might as well use the latest library (Datastore model client library) instead of "Cloud NDB".