Firebase Messaging Action
Execute Firebase Messaging completely serverless via Thingsup IoT Platform. Create custom query from MQTT Rules Engine or HTTP APIs.
Function
//Example 1
messages.push({ notification: {title: 'Price drop', body: '5% off all electronics'},
topic: '/topic/' + payload.userid,
});Connection ID

Last updated
Was this helpful?