DEV Community

Discussion on: Authenticate users with firebase and react.

Collapse
 
alexomosa profile image
Alex-omosa

try checking the way you are importing firebaseAuth ,
Import like this
import { firebaseAuth } from './../provider/AuthProvider';
instead of like this
import firebaseAuth from './../provider/AuthProvider';

I got the same error, this how I solved it