Skip to content

Commit 6f23708

Browse files
authored
Merge pull request #6 from florianbepunkt/patch-1
Fix syntax error in authListener
2 parents 1882af7 + d3d4432 commit 6f23708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Example extends React.Component {
2626
}
2727

2828
componentDidMount() {
29-
this.unsubscribe = firebase.auth().onAuthStateChanged((user) => {
29+
this.unsubscribe = firestack.auth().onAuthStateChanged((user) => {
3030
if (user) {
3131
// User is signed in.
3232
}

0 commit comments

Comments
 (0)