@@ -6,19 +6,21 @@ Authentication, Google App Engine, and Google Cloud Datastore.
66
77This 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/ ] ( 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 )
1412installed and initialized to an App Engine project before running the code in
1513this sample.
1614
1715## Setup
1816
19171 . 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
23251 . 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
34361 . [ 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
3638environment variable.
37391 . 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
@@ -49,7 +51,7 @@ server with the following command:
4951
5052 dev_appserver.py frontend/app.yaml backend/app.yaml
5153
52- 1 . Visit < http://locahost:8080/ > in a web browser.
54+ 1 . Visit [ http://locahost:8080/ ] ( http://locahost:8080/ ) in a web browser.
5355
5456## Deploy
55571 . Change the backend host URL in ` main.js ` to
0 commit comments