react-firebase-chat
react-firebase-chat copied to clipboard
Private Chat App With React and Firebase version 9
This project is built with React and latest Firebase SDK version 9.
Run the app
- Clone this repo
- Run npm install
- Create .env file at root level of project and add REACT_APP_API_KEY, REACT_APP_AUTH_DOMAIN, REACT_APP_DATABASE_URL, REACT_APP_PROJECT_ID, REACT_APP_STORAGE_BUCKET, REACT_APP_MESSAGING_SENDER_ID, REACT_APP_APP_ID
- Value of REACT_APP_DATABASE_URL will be https://YOUR-FIREBASE-PROJECT-NAME.firebaseio.com simply replace YOUR-FIREBASE-PROJECT-NAME with your project name
- Run npm start