3. Push Notifications with Service worker: Creating the backend(NodeJS) app

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

Комментарии • 45

  • @redhood7105
    @redhood7105 10 месяцев назад +14

    This is one of the most up-to-date and well-narrated series about web push notifications. The author clearly knows his sh*t.

  • @samarthchouksey4460
    @samarthchouksey4460 3 месяца назад +2

    Thanks for making this! I was switching from one video to another until I found yours. You have covered all the basics in the best way possible. So many moving parts in this. Thanks for explaining each and every step! I am grateful to you for sharing your knowledge without any filter.

  • @shafayetal-anik1005
    @shafayetal-anik1005 9 месяцев назад +2

    Really helpfull video. These 3 videos help me to understanding the push notification concept. I have already waste 3 days and couldn't sort it out but your 3 videos help me to solve my problem within 1 hour. Thanks❤

  • @webwisesagar
    @webwisesagar 8 месяцев назад

    Best resource out there. I integrated the push notification in a NextJS application by taking reference from your video. Excellent communication and explanation skills. Thankyou keep up the Good Work.

    • @akileshrao
      @akileshrao  8 месяцев назад

      Appreciate it my man.

  • @mizanrifat
    @mizanrifat 7 месяцев назад +1

    Nicely explained... good job ❤

  • @johndowling1861
    @johndowling1861 4 месяца назад

    well done on this one, really clearly explianed

  • @myokyawhtun
    @myokyawhtun 3 месяца назад

    You save the day... All the documentation from Mozilla and Google couldn't explain clearly like you

  • @nikhilkumar-zz7ov
    @nikhilkumar-zz7ov 11 месяцев назад

    Really helpful understanding how it works, thanks for the videos.I wanted to understand what's the difference between using third party providers like using firebase and doing our native way apart from pricing

  • @tyly8636
    @tyly8636 2 месяца назад

    Awesome bro. That’s very helpful

  • @guilhermecortes202
    @guilhermecortes202 7 месяцев назад +1

    great video bro thanks, what about a video on how to get data from background PN and pass it to the application? It would be great, many thanks

  • @aryankalra5640
    @aryankalra5640 4 месяца назад +1

    Not all heroes wear capes

  • @thechoosen4240
    @thechoosen4240 5 месяцев назад

    Nice teaching strategy, really enjoyed you teaching, keep it up bro.

    • @akileshrao
      @akileshrao  5 месяцев назад

      Appreciate it 🙌

  • @MaheshGitte-sp2zi
    @MaheshGitte-sp2zi 2 месяца назад

    Nice explanation I understand in one go👍, i have one question if i closed browser & heat api from postman then notification shows ?
    How to send notifications to particular users some users in my application ?
    Any idea or reference code in node.js & react,
    Thanks ones again really good explanation… 👌🏻👍

  • @jasonleelawlight
    @jasonleelawlight 8 месяцев назад +1

    Nice tutorial! Though it looks a bit odd to me that you have to pass the private key to the push service for chrome, to me this is like a compromise of security.

  • @heysahilsingh
    @heysahilsingh 6 месяцев назад

    Smoothly explained 👍🏻

  • @programmersohel
    @programmersohel 7 месяцев назад

    It is necessary to establish communication between the client and the API. The API requires both the Private and the PUBLIC KEY, whereas the client only needs the PUBLIC KEY. The PUBLIC KEY represents the location where server notifications will be received by the client.

  • @shravankumarnalla3941
    @shravankumarnalla3941 9 месяцев назад

    7:11 XD
    btw thanks for the video, good explaination. Also please make a video on background data synchronisation using SW

  • @CoonJS
    @CoonJS 3 месяца назад

    Hello! Thanks for the video! How can I send notification only for special users (if they triggered some events: register, success subscription e,t,c). How to link userId and subscription object?

  • @bholaramseervi1985
    @bholaramseervi1985 3 месяца назад

    Great series for this push notification. I am not able to see the notification in chrome, though I am seeing the message (sent from the server ) is getting logged to console in push event oof the service worker. but its not showing on UI.

  • @mxo-jf6mx
    @mxo-jf6mx 8 месяцев назад

    It is very good, thank you. one question. If the user manually deactivates and reactivates the notification permission, the notification will not be sent to him. What should be done in this case?

  • @juancarloselorriaga6171
    @juancarloselorriaga6171 9 месяцев назад

    Thanks for this awesome series! I guess the subscription will be updated at some point in time, or if more than one user connects from the same browser, so how can we update the subscription if the SW only runs once it’s registered? Or should it make a difference to register the sw on each page load?

  • @dhananjayrakshe7655
    @dhananjayrakshe7655 9 месяцев назад

    Hi buddy very nice video..
    I want a list of that notification in my project so where I can click on bell icon and see all notification there.
    How can I do that can anyone give some reference or solution?

  • @Currencies_
    @Currencies_ 8 месяцев назад

    how do i get my own array buffon key, the steps is complicated after i pasted my public and private key

  • @jignalpatel2143
    @jignalpatel2143 10 месяцев назад

    I created a chat app and someone sent me a message my Chrome browser is closed I'm still able to receive a push notification using the service worker.

  • @Atifshaikh-xb4hw
    @Atifshaikh-xb4hw 9 месяцев назад

    How creat backend app on google app script and sendNotification from this and save subscriber on google sheet it is posible ?

  • @anim_ie
    @anim_ie 8 месяцев назад

    @everyone can we use this for e-commerce application, after placing an order or cancelling order?

  • @AnsiString
    @AnsiString 11 месяцев назад

    Very good video series. What about Safari on iOS?
    Does this method also work with PWAs on iOS and Android?

    • @akileshrao
      @akileshrao  11 месяцев назад

      Service workers have good support for Safari, so technically it should work. There might be a few little tweaks in the implementation but most of it should be the same. PWAs again at the end of the day will depend on the browser because that's what the application will be running on. So if the browser supports the SW API well, it should work without any problems.

  • @Nice_in_Love
    @Nice_in_Love Год назад

    Nice.. Good job.

  • @gumnam4253
    @gumnam4253 10 месяцев назад

    but how can we do this on a live server ?

  • @arnavsshah
    @arnavsshah 22 дня назад

    GOAT

  • @AbhayJangid-d6k
    @AbhayJangid-d6k Год назад

    Hello sir, Please help me sir I want to background notification event i want please help sir

  • @Odidi_Bee6ix
    @Odidi_Bee6ix 4 месяца назад

    Bow💯💯💯🔥🔥🔥

  • @ashishkumarnath3563
    @ashishkumarnath3563 11 месяцев назад

    7:21 I can relate :(

  • @shravankumarnalla3941
    @shravankumarnalla3941 9 месяцев назад

    will it work on node 18?

  • @dest5237
    @dest5237 Месяц назад

    i love you

  • @tanyaconway3304
    @tanyaconway3304 11 месяцев назад

    💔 Promo`SM