- A web chat made by ReactJS and Firebase.
- Support login with google account, chat with any user, send text, image and sticker, update avatar and profile.
- Try at here: https://flutterchatdemo.firebaseapp.com/
- Video demo: https://youtu.be/kZYI-QgzplI
- How to do it: https://medium.com/@duytq94/building-web-chat-with-reactjs-and-firebase-e7f9654b661
- Clone this project
- Run
npm install
to install packages - Run
npm start
to start the server