A simple example demonstrating how to send push notifications to Android/iOS devices using the Azure Notification Hubs SDK.
- Node.js installed
- Azure Notification Hub configured
- Android/iOS device or emulator with Google Play Services
- Update the configuration in
index.js
:- Add your Azure Notification Hub credentials
- Set your device's push notification token in the
deviceHandle
variable
npm install
node index.js