Skip to content

Commit 4613d50

Browse files
tristanvanechJon Wayne Parrott
authored andcommitted
Update README.md
1 parent c48d2e7 commit 4613d50

File tree

1 file changed

+8
-6
lines changed
  • appengine/standard/firebase/firenotes

1 file changed

+8
-6
lines changed

appengine/standard/firebase/firenotes/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,21 @@ Authentication, Google App Engine, and Google Cloud Datastore.
66

77
This sample is used on the following documentation page:
88

9-
<https://cloud.google.com/appengine/docs/python/authenticating-users-firebase-app-engine/>
9+
<https://cloud.google.com/appengine/docs/python/authenticating-users-firebase-appengine/>
1010

11-
You'll need to have [Python 2.7](https://www.python.org/), the
12-
[App Engine SDK](https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python),
13-
and the [Google Cloud SDK](https://cloud.google.com/sdk/?hl=en)
11+
You'll need to have [Python 2.7](https://www.python.org/) and the [Google Cloud SDK](https://cloud.google.com/sdk/?hl=en)
1412
installed and initialized to an App Engine project before running the code in
1513
this sample.
1614

1715
## Setup
1816

1917
1. Clone this repo:
2018

21-
git clone https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/appengine/standard/firebase/firenotes
19+
git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git
20+
21+
1. Navigate to the directory that contains the sample code:
22+
23+
cd python-docs-samples/appengine/standard/firebase/firenotes
2224

2325
1. Within a virtualenv, install the dependencies to the backend service:
2426

@@ -32,7 +34,7 @@ this sample.
3234
application on the App Engine local development server.
3335

3436
1. [Add Firebase to your app.](https://firebase.google.com/docs/web/setup#add_firebase_to_your_app)
35-
1. Add your Firebase Project ID to the backend’s `app.yaml` file as an
37+
1. Add your Firebase project ID to the backend’s `app.yaml` file as an
3638
environment variable.
3739
1. Select which providers you want to enable. Delete the providers from
3840
`main.js` that you do no want to offer. Enable the providers you chose to keep

0 commit comments

Comments
 (0)