From 9a74c1fea1a34b5802fd8668410b486ae4ddd160 Mon Sep 17 00:00:00 2001 From: Dominic Meconi <101006732+VeroDomenico@users.noreply.github.com> Date: Mon, 5 Jun 2023 21:56:06 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c42b2221d..1ba2c9b8f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # AngularFire The official [Angular](https://angular.io/) library for [Firebase](https://firebase.google.com/). +Please ensure that firebase-tools is installed prior. +
npm install firebase-tools
+Then the following command can be run.
ng add @angular/fire
AngularFire smooths over the rough edges an Angular developer might encounter when implementing the framework-agnostic [Firebase JS SDK](https://github.com/firebase/firebase-js-sdk) & aims to provide a more natural developer experience by conforming to Angular conventions.