This project was bootstrapped with Create React App.
This is a basic chat demo implemented using firebase-react-store. It requires a working Firebase backend, or you can use the firebase-server project to provide the realtime database. If using firebase-server, first install then start the backend using:
./node_modules/.bin/firebase-server -p 5555
Otherwise, you'll need to modify the Firebase config object in database.js.
Install the project dependencies first with:
Then run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.