You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,14 @@
3
3
<palign="center">The official library for Firebase and Angular 2</p>
4
4
</p>
5
5
6
-
### AngularFire2 is currently not on new Firebase 3.0 SDK, but there is an update in progress.
7
-
8
6
[](https://travis-ci.org/angular/angularfire2)[](https://gitter.im/angular/angularfire2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
9
7
10
8
Status: Beta
11
9
12
10
## What is AngularFire2?
13
11
14
12
-**Observable based** - Use the power of rxjs, Angular 2, and Firebase.
15
-
-**Realtime bindings** - Synchronize collections as objects or lists.
13
+
-**Realtime bindings** - Synchronize database collections as objects or lists.
16
14
-**Authentication** - Monitor authentication state in realtime.
17
15
18
16
## Install
@@ -48,12 +46,10 @@ export class MyApp {
48
46
## Developer Guide
49
47
If you want to get started quickly on building with AngularFire2, check out our
50
48
5 step developer guide that will teach you everything you need to know to be
0 commit comments