skip to Main Content

Reactjs – Firebase Error: export 'default' (imported as 'firebase') was not found in 'firebase/compat/app' (module has no exports)

I recently upgraded Firebase to 10.12.4 and now have this error which isn't allowing me to compile. import firebase from 'firebase/compat/app'; import "firebase/compat/auth"; import "firebase/compat/database"; import "firebase/compat/firestore"; import "firebase/compat/storage"; const firebaseConfig = { apiKey: "xxx", authDomain: "xxx", databaseURL: "xxx", projectId:…

VIEW QUESTION
Back To Top
Search