the-road-to-react-with-firebase / react-firebase-authentication

🔥 Boilerplate Project for Authentication with Firebase in React.
https://www.robinwieruch.de
1.02k stars 298 forks source link

Firebase Auth Error #36

Open MaxiCB opened 4 years ago

MaxiCB commented 4 years ago

Within the App class this.props.firebase.auth.onAuthStateChanged needs to be updated to this.props.firebase.auth().onAuthStateChanged to avoid errors.

kimothokamau commented 4 years ago

I'm also getting this error and changing to auth() has not yet fixed it. Will update when I find a fix.

TypeError: Cannot read property 'auth' of null WithAuthentication.componentDidMount

Issam-AB commented 3 years ago

yes i'm also getting this error I don't know what to do to solve this problem

TypeError: this.props.firebase.doCreateUserWithEmailAndPassword is not a function at SignUpFormBase.onSubmit