Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 60213c8

Browse files
committed
Merge branch 'master' of github.com:firebase/angularfire
2 parents 504383d + 8cec2e9 commit 60213c8

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@
77

88
AngularFire 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

3034
Use 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

6569
The 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),
6771
and [full API reference](https://www.firebase.com/docs/web/bindings/angular/api.html?utm_medium=web&utm_source=angularfire)
6872
for AngularFire.
6973

0 commit comments

Comments
 (0)