diff --git a/docs/5-user-authentication.md b/docs/5-user-authentication.md index ed17c47de..aa78e8155 100644 --- a/docs/5-user-authentication.md +++ b/docs/5-user-authentication.md @@ -124,7 +124,7 @@ import { AngularFire, AuthProviders, AuthMethods } from 'angularfire2'; moduleId: module.id, selector: 'app', template: ` -
{{ (af.auth | async).uid }}
+
{{ (af.auth | async)?.uid }}
`, @@ -146,4 +146,4 @@ export class RcTestAppComponent { }); } } -``` \ No newline at end of file +```