Notification Hubs
-
Add support for Azure Notification Hubs to push messages to web browsers
Azure Notification Hubs should be able to deliver messages to users via web browsers.
This should be done through lightweight javascript. The script should be cross browser compatible with desktop, mobile and legacy browsers.
Basically this would replace the need for hosting SignalR unless you're building something like a chatroom.
849 votes -
Create flutter package for NotificationHub
Please consider adding a flutter package to easily add support for notification hub in flutter apps.
70 votes -
Bulk tagging of installations
When we need to add a tag for a set of installations, we currently need to perform a request to Azure Notification Hubs for each installation.
This results in very poor performance, ruining one of the main advantages of Notification Hubs: massive scalability.
It is to be expected that many many uses of tags will involve applying tags on installations dynamically in response to business events in the app. Since this may affect as many users as we would later want to send notifications to, it follows that we should have an efficient way to apply tags to many installations…
60 votes -
Make Notification Hub as simple as Firebase from google
I think you know that we have products addressing the same problem as we are. but they do it simpler than we are. For example Firebase code required from dev- much less than Notification Hub.
https://developers.google.com/cloud-messaging/faq"You no longer have to write your own registration or subscription retry logic. " - why we can't do something simple like that!
Recently when we discussed with customer usage of notification hub and I can't explain why they should use it instead of firebase after feature comparison
16 votesWe agree and want to make things as easy as possible for you.
-
Need built-in RBAC role to restrict Notification Hub and sub-services
Need built-in RBAC role to restrict Notification Hub and sub-services as we shouldnt be providing Contributor/owner access to the customer due to security restrictions.
4 votesWe will be adding support for RBAC, this is on our roadmap.
-
Add support for data notifications on iOS and Android
FCM has a concept of a "data" message, similar to WNS Raw message, that permits an arbitrary JSON payload. They include the ability to wake backgrounded apps to allow them to handle the incoming message (rather than going directly to the OS notification manager).
Azure should replicate this support and include the ability to use them with Template registrations.
2 voteson our backlog to support
-
1 vote
Not today, but our long term plans include adding support for React Native and Flutter.
- Don't see your idea?