From 61ec28d2e5782fdc32ab1facb5972068e47bdf14 Mon Sep 17 00:00:00 2001 From: dominic-ks Date: Fri, 30 Oct 2020 09:19:51 +0000 Subject: [PATCH] Update install-and-setup.md Updated instructions to get Firebase config --- docs/install-and-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install-and-setup.md b/docs/install-and-setup.md index eb6483352..9c9ca0c43 100644 --- a/docs/install-and-setup.md +++ b/docs/install-and-setup.md @@ -20,7 +20,7 @@ Now that you have a new project setup, install AngularFire and Firebase from npm ### 3. Add Firebase config to environments variable -Open `/src/environments/environment.ts` and add your Firebase configuration. You can find your project configuration in [the Firebase Console](https://console.firebase.google.com). Click the Gear icon next to Project Overview, then click Project Settings and under "Firebase SDK snippet" click Config. +Open `/src/environments/environment.ts` and add your Firebase configuration. You can find your project configuration in [the Firebase Console](https://console.firebase.google.com). Click the Gear icon next to Project Overview, in the Your Apps section, create a new app and choose the type Web. Give the app a name and copy the config values provided. ```ts export const environment = {