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.