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

Commit 8cec2e9

Browse files
author
Jacob Wenger
committed
Updated Angular services information in README
1 parent 40e1a78 commit 8cec2e9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 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

0 commit comments

Comments
 (0)