Skip to content

Commit da2584a

Browse files
docs(quickstart): Fix docs on how to get firebase config in console (#2472)
Co-authored-by: James Daniels <[email protected]>
1 parent 65458f6 commit da2584a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install-and-setup.md

+1-1
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). From the project overview page, click **Add Firebase to your web app**.
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.
2424

2525
```ts
2626
export const environment = {

0 commit comments

Comments
 (0)