77
88AngularFire is the officially supported [ AngularJS] ( http://angularjs.org/ ) binding for
99[ 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. AngularFire provides you with the
11- ` $firebase ` service which allows you to easily keep your ` $scope ` variables in sync with your
12- Firebase backend.
10+ backend so you don't need servers to build your Angular app.
11+
12+ AngularFire is a complement to the core Firebase client. It provides you with three Angular
13+ services:
14+ * ` $firebaseObject ` - synchronized objects
15+ * ` $firebaseArray ` - synchronized collections
16+ * ` $firebaseAuth ` - authentication, user management, routing
1317
1418
1519## Downloading AngularFire
@@ -18,13 +22,13 @@ In order to use AngularFire in your project, you need to include the following f
1822
1923``` html
2024<!-- AngularJS -->
21- <script src =" https://ajax.googleapis.com/ajax/libs/angularjs/1.3.10 /angular.min.js" ></script >
25+ <script src =" https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14 /angular.min.js" ></script >
2226
2327<!-- Firebase -->
24- <script src =" https://cdn.firebase.com/js/client/2.1.1 /firebase.js" ></script >
28+ <script src =" https://cdn.firebase.com/js/client/2.2.2 /firebase.js" ></script >
2529
2630<!-- AngularFire -->
27- <script src =" https://cdn.firebase.com/libs/angularfire/0.9.2 /angularfire.min.js" ></script >
31+ <script src =" https://cdn.firebase.com/libs/angularfire/1.0.0 /angularfire.min.js" ></script >
2832```
2933
3034Use the URL above to download both the minified and non-minified versions of AngularFire from the
@@ -63,7 +67,7 @@ account](https://www.firebase.com/signup/?utm_medium=web&utm_source=angularfire)
6367## Documentation
6468
6569The Firebase docs have a [ quickstart] ( https://www.firebase.com/docs/web/bindings/angular/quickstart.html?utm_medium=web&utm_source=angularfire ) ,
66- [ guide] ( https://www.firebase.com/docs/web/bindings/angular/guide.html ?utm_medium=web&utm_source=angularfire ) ,
70+ [ guide] ( https://www.firebase.com/docs/web/bindings/angular/guide?utm_medium=web&utm_source=angularfire ) ,
6771and [ full API reference] ( https://www.firebase.com/docs/web/bindings/angular/api.html?utm_medium=web&utm_source=angularfire )
6872for AngularFire.
6973
0 commit comments