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
.firebaserc
with your Project ID - Click Add Firebase to your web app and copy your Initialization Code
- Replace the initialization code in the
app/app.js
with your Initialization Code
npm install
npm start
npm run deploy