-
Microsoft Azure Push hub supports Templates for push notification as per below blog post: Does Shiny supports setting up these templates as per below? This requires to get an existing instance of NotificationHub in the client app, but Is there any way I can get this instance and then do this Template registration per platform in my app? If Shiny doesn't expose the existing instance of Hub, can we still have new instance of Hub, using same ConnectionString and Hubname in app and do this template registration without any issues? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Not out of the box. v3 of Shiny does have something called a push provider which is meant to be a small implementations on top of the native registration bits. You can easily plugin additional requirements or registration constraints there and still let Shiny manage everything underneath. |
Beta Was this translation helpful? Give feedback.
This is now documented how you can have a custom push provider for more custom scenarios: https://shinylib.net/client/push/providers/