A simple fullstack chat built with React and Firebase.
Uses Firebase version 9.
- Logging in with google or anonymously
- Sending chat messages
- Logging off
- Create a Firebase account here
- Enable auth (google, facebook)
- Enable cloud firestore
- Enable firebase storage
- Clone the project
- Run
npm install
- Put your Firebase Config (which you can get from your account settings) here.
const firebaseConfig = {
//config goes here
};
You have to do this for ./src/App.js
MIT License