Skip to content

Commit 1787847

Browse files
authored
docs(): Update install-and-setup.md (#2628)
Updated instructions to get Firebase config
1 parent f8d5a50 commit 1787847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install-and-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Now that you have a new project setup, install AngularFire and Firebase from npm
2020

2121
### 3. Add Firebase config to environments variable
2222

23-
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.
23+
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.
2424

2525
```ts
2626
export const environment = {

0 commit comments

Comments
 (0)