66[ ![ Version] ( https://badge.fury.io/gh/firebase%2Fangularfire.svg )] ( http://badge.fury.io/gh/firebase%2Fangularfire )
77
88AngularFire is the officially supported [ AngularJS] ( http://angularjs.org/ ) binding for
9- [ Firebase] ( http://www.firebase.com/?utm_medium=web&utm_source=angularfire ) . Firebase is a full
10- backend so you don't need servers to build your Angular app.
9+ [ Firebase] ( http://www.firebase.com/?utm_medium=web&utm_source=angularfire ) . Firebase is a
10+ backend service that provides data storage, authentication, and static website hosting for your Angular app.
1111
1212AngularFire is a complement to the core Firebase client. It provides you with three Angular
1313services:
@@ -25,7 +25,7 @@ In order to use AngularFire in your project, you need to include the following f
2525<script src =" https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js" ></script >
2626
2727<!-- Firebase -->
28- <script src =" https://cdn.firebase.com/js/client/2.2.4 /firebase.js" ></script >
28+ <script src =" https://cdn.firebase.com/js/client/2.2.5 /firebase.js" ></script >
2929
3030<!-- AngularFire -->
3131<script src =" https://cdn.firebase.com/libs/angularfire/1.1.1/angularfire.min.js" ></script >
@@ -35,7 +35,7 @@ Use the URL above to download both the minified and non-minified versions of Ang
3535Firebase CDN. You can also download them from the
3636[ releases page of this GitHub repository] ( https://github.com/firebase/angularfire/releases ) .
3737[ Firebase] ( https://www.firebase.com/docs/web/quickstart.html?utm_medium=web&utm_source=angularfire ) and
38- [ Angular] ( https://angularjs.org/ ) can be downloaded directly from their respective websites.
38+ [ Angular] ( https://angularjs.org/ ) libraries can be downloaded directly from their respective websites.
3939
4040You can also install AngularFire via npm and Bower and its dependencies will be downloaded
4141automatically:
@@ -54,7 +54,7 @@ the `$firebase` service.
5454
5555## Getting Started with Firebase
5656
57- AngularFire requires Firebase in order to sync data . You can [ sign up here for a free
57+ AngularFire uses Firebase for data storage and authentication . You can [ sign up here for a free
5858account] ( https://www.firebase.com/signup/?utm_medium=web&utm_source=angularfire ) .
5959
6060
0 commit comments