App Engine: add a setup step in README#2611
Merged
Conversation
leahecole
approved these changes
Dec 30, 2019
crwilcox
pushed a commit
that referenced
this pull request
Dec 30, 2019
leahecole
pushed a commit
that referenced
this pull request
Jan 2, 2020
…up (#2667) * fix: harden the wait for consistency for firestore multiple listen snippet * fix: formatting * add a setup step in CLI (#2611) * fix: formatting * fix: formatting * fix: add setup to snippets for tests * fix: rename sydney_query to denver_query as it refers to denver * fix: Use stream instead of get in samples * fix: stop deleting LA, delete DEN instead * fix: move delete tests to end of file * fix: move BJ to top to work with snapshot cursors * fix: Beijing -> BJ * during delete collection delete all collections created for these tests * fix: add cleanup test to distributed counters * wrap db.collections calls to use unique names * fix: remove unused import * fix: remove more complicated fix for time now that we have separate collections * fix: reorder tests * fix: move test firestore client to test file * fix: lint * fix: use old-style classes for Python 2.7 Co-authored-by: Tianzi Cai <tianzi@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two service accounts are used in this tutorial. One belongs to Cloud Pub/Sub to allow it to generate auth tokens, the other belongs to push messages delivered to the push endpoint for auth and authz purposes.
This PR clarifies the differences between them.
To view the changed file: https://github.com/GoogleCloudPlatform/python-docs-samples/blob/961d16ae98ee82f2467fc3dd228a13bbe22756eb/appengine/standard_python37/pubsub/README.md