An Ionic2 Framework Application integrated with FCM (Firebase Cloud Messaging) for recieving automated notifications. Requires a Server that stores tokens ids for each device to recieve notification/broadcast
- clone the repository
- npm install all dependencies
- Generate a sender Id in firebase console and replace it in the app
- run ionic serve --lab
- ionic cordova run android
- ionic cordova run ios
- ionic cordova run browser