We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3dd0a commit 7f7eca9Copy full SHA for 7f7eca9
docs/Auth-with-Ionic2.md
@@ -273,7 +273,7 @@ export class AuthService {
273
274
constructor(public afAuth: AngularFireAuth) {
275
this.authState = afAuth.authState;
276
- afAuth$.subscribe((user: firebase.User) => {
+ afAuth.subscribe((user: firebase.User) => {
277
this.currentUser = user;
278
});
279
}
@@ -483,7 +483,7 @@ export class AuthService {
483
484
485
486
487
488
489
0 commit comments