We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1882af7 commit d3d4432Copy full SHA for d3d4432
docs/api/authentication.md
@@ -26,7 +26,7 @@ class Example extends React.Component {
26
}
27
28
componentDidMount() {
29
- this.unsubscribe = firebase.auth().onAuthStateChanged((user) => {
+ this.unsubscribe = firestack.auth().onAuthStateChanged((user) => {
30
if (user) {
31
// User is signed in.
32
0 commit comments