react-firebase-authentication icon indicating copy to clipboard operation
react-firebase-authentication copied to clipboard

Firebase Auth Error

Open MaxiCB opened this issue 5 years ago • 2 comments

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

MaxiCB avatar Dec 26 '19 05:12 MaxiCB

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

kimothokamau avatar Feb 29 '20 08:02 kimothokamau

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

Issam-AB avatar Aug 30 '20 21:08 Issam-AB