A simple chat application made with React and Firebase real time database
https://re-chat.barisozcetin.me/
node
Install the dependencies with npm or yarn
npm install
Edit config/firebase-config-example.js to firebase-config.js and enter your Firebase info
And then just run
npm start
npm run build
This project is licensed under the MIT License
-
Firebase is used for real-time database & Authentication system.
-
Bulma Css framework is used for elements/helpers. Grid system is not used. Instead, CSS Grid & Flexbox used.
-
re-base Helps to create two-way binding between Firebase Database and application state
- Private room function is not ready yet.
- Other authentication methods will be added.
- PWA functions such as Offline Usage, Push Notifications, Background Sync, Standalone Install will be added