Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Cloud Platform libraries are out of date #621

Open
oittaa opened this issue Apr 10, 2020 · 1 comment
Open

Google Cloud Platform libraries are out of date #621

oittaa opened this issue Apr 10, 2020 · 1 comment

Comments

@oittaa
Copy link

oittaa commented Apr 10, 2020

For example Firestore connections look like this:

from google.cloud import firestore
# Project ID is determined by the GCLOUD_PROJECT environment variable
db = firestore.Client()
doc_ref = db.collection(u'users').document(u'alovelace')
doc_ref.set({
    u'first': u'Ada',
    u'last': u'Lovelace',
    u'born': 1815
})

https://cloud.google.com/firestore/docs/quickstart-servers

@jparga
Copy link

jparga commented May 21, 2020

Yes, and the update is required for deploying py4web in Google Cloud and migrating web2py apps to python3 y Google Cloud
web2py/py4web#162

There is a pull request but it is not finished yet,
#624

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants