Skip to content

Commit 3d1b8c4

Browse files
authored
Update README.md
1 parent 9b56a7b commit 3d1b8c4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33
<p align="center">The official library for Firebase and Angular 2</p>
44
</p>
55

6-
### AngularFire2 is currently not on new Firebase 3.0 SDK, but there is an update in progress.
7-
86
[![Build Status](https://travis-ci.org/angular/angularfire2.svg?branch=master)](https://travis-ci.org/angular/angularfire2) [![Join the chat at https://gitter.im/angular/angularfire2](https://badges.gitter.im/angular/angularfire2.svg)](https://gitter.im/angular/angularfire2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
97

108
Status: Beta
119

1210
## What is AngularFire2?
1311

1412
- **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.
1614
- **Authentication** - Monitor authentication state in realtime.
1715

1816
## Install
@@ -48,12 +46,10 @@ export class MyApp {
4846
## Developer Guide
4947
If you want to get started quickly on building with AngularFire2, check out our
5048
5 step developer guide that will teach you everything you need to know to be
51-
dangerous with AngularFire2.
49+
productive with AngularFire2.
5250

5351
1. [Installation & Setup](docs/1-install-and-setup.md)
5452
2. [Retreiving data as objects - FirebaseObjectObservable](docs/2-retrieving-data-as-objects.md)
5553
3. [Retreiving data as lists - FirebaseListObservable](docs/3-retrieving-data-as-lists.md)
5654
4. [Querying lists](docs/4-querying-lists.md)
5755
5. [User Authentication - FirebaseAuthentication](docs/5-user-authentication.md)
58-
59-
## [API Reference](docs/api-reference.md)

0 commit comments

Comments
 (0)