Firebase Integration with React (Basic signup/login flow)
-
Signin to Firebase Console. Sign into Firebase using your Google account.
-
Get the firebase config object
- Install Dependencies
npm install- Create a ENV file in the root directory & Add your firebase project config
FIREBASE_API_KEY=''
FIREBASE_AUTH_DOMAIN=""
FIREBASE_DATABASE_URL=""
FIREBASE_PROJECT_ID=""
FIREBASE_STORAGE_BUCKET=""
FIREBASE_MESSAGING_SENDER_ID=""
FIREBASE_APP_ID=""
FIREBASE_MESUREMENT_ID=""- Run locally
npm run devMIT junipdewan
- Better UI for signup/register
- Error handling in forms
- Add Firebase admin SDK
- Register User using Name & phone number

