DEV Community

Discussion on: Firebase Google Sign in with React

Collapse
 
gavranha profile image
Jocimar Lopes

If you got this error:
Attempted import error: 'auth' is not exported from 'firebase/app'

try this import:
import firebase from "firebase/app";
require("firebase/auth");

more info here
github.com/firebase/firebaseui-web...

Collapse
 
kathcode profile image
Catalina Meneses

I you're using "firebase": "^9.0.2", read this firebase.google.com/docs/web/modul...