A very basic Firebase messaging application.
- Install Node.js
- Create a project on Firebase and note down the Project ID
- Replace the project id in the
.firebasercwith your Project ID - Click Add Firebase to your web app and copy your Initialization Code
- Replace the initialization code in the
app/app.jswith your Initialization Code
npm install
npm start
npm run deploy

