Friday, 6 January 2023

Angular Push notification

 using below link u can send push notificaiton to web angular page

https://github.com/jishnusaha/firebase-push-notification-with-anuglarpush notification


To show notification in foreground use this setting go through the documentation and read it properly

firebase


using asp.net  push notification link here

error:after publishing code in asp.net core api then got the error 405 method not allowed.

then add value to the web.config see this link


second importent point

push notification working fine but after click it is not redirecting to url then i have used above piece of code.

push notification with url click

No comments:

Post a Comment

7 Common mistakes in Dot Net — You can avoid

  There are many common mistakes made during .NET (ASP.NET, .NET Core) development, which affect performance, security, and code… Code Crack...