Skip to content

Commit f6aa61a

Browse files
jamesdanielsdavideast
authored andcommitted
Adding links to the Firebase reference guide
1 parent 6678e05 commit f6aa61a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/version-4-upgrade.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ constructor(db: AngularFireDatabase) {
2525

2626
### Simplified Authentication API
2727

28-
In 4.0 we've further cut the complexity of the package by auth module down to an obverser for state changes to simplify the package.
28+
In 4.0 we've further cut the complexity of the package by auth module down to a [`firebase.User`](https://firebase.google.com/docs/reference/js/firebase.User) observer to simplify the package.
2929

3030
```
3131
import { AngularFireAuth } from 'angularfire2/auth';
@@ -53,6 +53,8 @@ logout() {
5353
}
5454
```
5555

56+
(See what methods are available to `firebase.auth.Auth` in the Firebase reference guide)[https://firebase.google.com/docs/reference/js/firebase.auth.Auth].
57+
5658
### FirebaseListFactory and FirebaseObjectFactory API Changes
5759

5860
If you directly use `FirebaseListFactory` or `FirebaseObjectFactory` you will no longer be able to pass in a string, it will instead expect a Firebase database reference.

0 commit comments

Comments
 (0)