Skip to content

Commit

Permalink
Merge pull request firebase#10 from firebase/cr-docs
Browse files Browse the repository at this point in the history
Updating the deploy instructions for the RTDB quickstart
  • Loading branch information
nicolasgarnier authored Mar 3, 2017
2 parents ac22fdd + 345e1fa commit 8c1b615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstarts/uppercase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This sample app does two things:
To deploy and test the sample:

- Create a Firebase project on the [Firebase Console](https://console.firebase.google.com)
- Enable Billing on your Firebase project
- Install the required dependencies by running `npm install` in the `functions` directory
- Deploy your project's code using `firebase deploy`
- Create a message by opening the following URL in your browser: https://us-central1-[MY_PROJECT].cloudfunctions.net/addMessage?text=uppercaseme (Replace [MY_PROJECT] by your project ID and you can change the message "uppercaseme").

Expand Down

0 comments on commit 8c1b615

Please sign in to comment.