Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanvanech authored Aug 31, 2016
1 parent ee86067 commit 274a330
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appengine/standard/firebase/auth/firenotes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,19 @@ in the Firebase console under **Auth** > **SIGN-IN METHOD** >
1. Add the backend host URL to `main.js`: http://localhost:8081.
1. Navigate to the root directory of the application and start the development
server with the following command:

dev_appserver.py frontend/app.yaml backend/app.yaml

1. Visit [http://locahost:8080/](http://locahost:8080/) in a web browser.

## Deploy
1. Change the backend host URL in `main.js` to
https://backend-dot-YOUR-PROJECT_ID.appspot.com.
https://backend-dot-[PROJECT_ID].appspot.com.
1. Deploy the application using the Cloud SDK command-line interface:

gcloud app deploy backend/index.yaml frontend/app.yaml backend/app.yaml

The Cloud Datastore indexes can take a while to update, so the application
might not be fully functional immediately after deployment.

View the application live at https://<PROJECT_ID>.appspot.com.
1. View the application live at https://[PROJECT_ID].appspot.com.

0 comments on commit 274a330

Please sign in to comment.