Node.js server to send push notification to Android and iOS devices using Firebase Cloud Messaging and store response in MongoDB
Click Here to watch demonstration video.
# install your dependencies
npm install
# create .env from .env.example and enter your credentials
# serve app
npm start