From a2965f0ca71d4f47da1153594085f9443cd243c2 Mon Sep 17 00:00:00 2001 From: Syamjith <64262122+dev-skas@users.noreply.github.com> Date: Tue, 25 Feb 2025 02:02:25 +0530 Subject: [PATCH] Update install-and-setup.md This setup explanation changed for latest version --- docs/install-and-setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install-and-setup.md b/docs/install-and-setup.md index 59f4b53d6..92e215ddc 100644 --- a/docs/install-and-setup.md +++ b/docs/install-and-setup.md @@ -31,10 +31,10 @@ The Angular CLI's `new` command will set up the latest Angular build in a new pr ng add @angular/fire ``` -Now that you have a new project setup, install AngularFire and Firebase from npm. This will complete the following tasks: +Now that you have a new project setup, install `@angular/fire` from npm. This will complete the following tasks: -1. Add Firebase config to environments variables -2. Configure `@NgModule` for the `AngularFireModule` +1. Providing a Firebase App Instance in `app.config.ts` +2. Initializes Firebase using your project's configuration ### 3. Inject `Firestore`