Firebase + React auth not working with my .env
So i’ve read many topics and lose so much time cause of this issue. My components don’t load anymore and i’m receiving this error in my console : ‘FirebaseError: Firebase: Error (auth/invalid-api-key).’ (I specify that is my first project using firebase). About my firebase.config.js : import firebase from ‘firebase/compat/app’; import ‘firebase/compat/auth’; const app = firebase.initializeApp({… Read More Firebase + React auth not working with my .env