I got firestore working relatively quickly and simple on the new standard
GAE Python3.
Just include google-cloud-firestore in your requirements.txt and do:
from google.cloud import firestore
db = firestore.Client()
doc_ref = DB.collection(u'example').document()
doc_ref.set({u'key': u'value'})
Really not much else to it.
On Tuesday, August 14, 2018 at 8:44:19 PM UTC+2, Jean Juste-constant wrote:
>
> It's true that the library itself is not listing Python 3.7 but our
> documentation state otherwise (view NDB link) and has been updated a bit
> later than the release. I do admit there seems to be some discrepancy
> between the Python package index information and the actual github library
> page. The package page list Python 2 but the github state the following:
>
> *Heads up! These libraries are supported on App Engine standard's Python 3
> runtime <https://cloud.google.com/appengine/docs/standard/python3> but
> are not supported on App Engine's Python 2 runtime
> <https://cloud.google.com/appengine/docs/standard/python>.*
>
> The only reason that would explain the package index to not actually list
> the 3.7 runtime is because python 3.7 is only beta on App Engine standard
> (not yet on App engine flex). We should update that information once it
> will be a stable release
>
>
> Sorry for the confusion.
>
>
> On Thursday, August 9, 2018 at 8:06:23 PM UTC-4, oon arfiandwi wrote:
>>
>>
>> Hi,
>>
>> with new release of AppEngine standard environment with Python 3.7
>> runtime,
>> how to connect to Google Datastore or Firebase?
>>
>> any reference about NDB for Python 3.7? may be issuetracker to monitor?
>> or other community build library?
>>
>> thank you.
>>
>> --
>> sincerely,
>> oon
>>
>>
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/d28dc07b-35a9-470c-a18f-5380d91d01df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.