This is a React project that uses Firebase Auth for backend authentication using signInWithEmailAndPassword, createUserWithEmailAndPassword, and signInWithPopup using GoogleAuthProvider.
npm installUtilize the sample env to copy your firebase project configs.
Generate your own firebase project and paste the firebase configuration in that file. From .env, utilize the environment variables using process.env.
Generate the required code to login, signup, and use Google OAuth using firebase.
npm run dev