diff --git a/authorized-https-endpoint/README.md b/authorized-https-endpoint/README.md index b70403914e..cf59b09d34 100644 --- a/authorized-https-endpoint/README.md +++ b/authorized-https-endpoint/README.md @@ -16,7 +16,6 @@ This sample comes with a simple web-based UI which code is in [public](public) d 1. Create a Firebase Project using the [Firebase Console](https://console.firebase.google.com). 1. Enable the **Google** Provider in the **Auth** section. 1. Clone or download this repo and open the `authenticated-https-endpoint` directory. - 1. Paste the Web initialization snippet from: **Firebase Console > Overview > Add Firebase to your web app** in the `public/index.html` where the `TODO` is located. 1. You must have the Firebase CLI installed. If you don't have it install it with `npm install -g firebase-tools` and then configure it with `firebase login`. 1. Configure the CLI locally by using `firebase use --add` and select your project in the list. 1. Install dependencies locally by running: `cd functions; npm install; cd -` diff --git a/authorized-https-endpoint/public/index.html b/authorized-https-endpoint/public/index.html index 66a12b4740..bcb36f566b 100644 --- a/authorized-https-endpoint/public/index.html +++ b/authorized-https-endpoint/public/index.html @@ -68,9 +68,9 @@