Skip to content

FCM for IOS, Android and Web, APN for IOS as an option

Compare
Choose a tag to compare
@paulincai paulincai released this 28 Oct 11:46
· 88 commits to master since this release
2f47457
  • Client: register Web/PWA with Firebase and Android/IOS with cordova-push-plugin
  • Server: Unified Node sending API with FCM. Send once to unified message object for all Cordova and Web/PWA.
  • Implements Android messaging standards for Android as per cordova-push-plugin (all keys are in the 'data' object and all keys must be strings).
  • can send to a user, a list of users, token or list of tokens, tokenId (from MongoDB) or list of token ids.
  • options for a single 'global' data object or different data objects per vendor.
  • improve documentation with more 'how to references' and examples