Azure / azure-notificationhubs-dotnet

.NET SDK for Azure Notification Hubs
MIT License
70 stars 119 forks source link

[FEATURE REQ] Add support for Browser (Web Push) #314

Open EddyCwdry opened 3 months ago

EddyCwdry commented 3 months ago

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

curlybapchap commented 2 months ago

Thank you Eddy - I now understand why I am having bother.

jurepurgar commented 2 months ago

I'm also interested in this functionality.

dludw0969scc commented 2 months ago

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 { Endpoint = "", P256DH = "", Auth = "", };

MS REF URL : https://learn.microsoft.com/en-us/azure/notification-hubs/browser-push#create-browser-installations-sdk

timvandesteeg commented 2 months ago

Any ETA on this? Currently waiting for this feature to be available in the SDK :)

ManbirRakhra commented 4 weeks ago

When would this task be finished and released in nuget? We really need this functionality badly