We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1882af7 + d3d4432 commit 6f23708Copy full SHA for 6f23708
1 file changed
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