-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQ] Add support for Browser (Web Push) #314
Comments
Thank you Eddy - I now understand why I am having bother. |
I'm also interested in this functionality. |
I'm also interested in this functionality. Am I correct in thinking that we will have to wait on a newer SDK release of Microsoft.Azure.Notificationhubs because Microsoft.Azure.NotificationHubs.NotificationHubClient does not contain a method currently that will allow us to send the below information for Web Push when calling CreateOrUpdateInstallationAsync or like method ? var browserPushSubscription = new BrowserPushSubscription MS REF URL : https://learn.microsoft.com/en-us/azure/notification-hubs/browser-push#create-browser-installations-sdk |
Any ETA on this? Currently waiting for this feature to be available in the SDK :) |
When would this task be finished and released in nuget? We really need this functionality badly |
This feature was merged to upstream 4 months ago and still there isn't even a pre-release version of the SDK nuget. Meanwhile, they have created brand new documentation pages with SDK APIs that are not publicly available... Why are you guys misleading people ? You've even announced the feature as GA in the official blog. Similar attitude from the Azure Service Fabric team to your customers as well... |
Is your feature request related to a problem? Please describe.
Browser (Web Push) is now supported in Azure notification hubs. This should be supported in the client as well.
Describe the solution you'd like
Add
SendBrowserNotificationAsync
etc to the client.Describe alternatives you've considered
N/A
Additional context
N/A
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: