Skip to content

Commit d3d4432

Browse files
Fix syntax error in authListener
use firestack instead of firebase in auth listener code example
1 parent 1882af7 commit d3d4432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/authentication.md

+1-1
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)