We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ebb726 commit b127239Copy full SHA for b127239
docs/5-user-authentication.md
@@ -87,7 +87,7 @@ import { AngularFire } from 'angularfire2';
87
moduleId: module.id,
88
selector: 'app',
89
template: `
90
- <div> {{ (af.auth | async).uid }} </div>
+ <div> {{ (af.auth | async)?.uid }} </div>
91
<button (click)="login()">Login</button>
92
`,
93
})
0 commit comments