New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@anabode/notification-firebase

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anabode/notification-firebase

External Notifier From System to Device ===

  • 0.0.1
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-75%
Maintainers
2
Weekly downloads
 
Created
Source

External Notifier From System to Device

App Server implementation of Downstream notifications to devices. Notifications can be sent on the bases of DeviceToken or Topic.

Rest Interface is exposed for testability, however it should always be included as a library.

Prerequisites:

JSON credentials file and config object with at least aws.region = 'eu-west-1'

Usage:

not yet published

npm i @anabode/firebase_appserver --save

Sample Payload:

Route: http://localhost:1352/fcm/message/token

{
  "Message": "body",
  "Title": "title",
  "DeviceToken": "${DeviceToken}"
}

Route: http://localhost:1352/fcm/message/topic

{
  "Message": "body",
  "Title": "title",
  "DeviceTopic": "${Topic}"
}

TODO:

Differentiate between Error/Warning/Info message types Title is still not showing when tested on Google Phone - other devices TBC

FAQs

Package last updated on 11 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc