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

Поділитися
Вставка
  • Опубліковано 25 жов 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 ❤

  • @tyly8636
    @tyly8636 2 місяці тому

    Awesome bro. That’s very helpful

  • @myokyawhtun
    @myokyawhtun 4 місяці тому

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

  • @johndowling1861
    @johndowling1861 4 місяці тому

    well done on this one, really clearly explianed

  • @thechoosen4240
    @thechoosen4240 5 місяців тому

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

  • @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

  • @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

  • @heysahilsingh
    @heysahilsingh 6 місяців тому

    Smoothly explained 👍🏻

  • @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 9 місяців тому +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.

  • @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.

  • @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?

  • @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?

  • @shravankumarnalla3941
    @shravankumarnalla3941 9 місяців тому

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

  • @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?

  • @aryankalra5640
    @aryankalra5640 4 місяці тому +1

    Not all heroes wear capes

  • @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.

  • @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.

  • @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?

  • @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 9 місяців тому

    @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.

  • @arnavsshah
    @arnavsshah 25 днів тому

    GOAT

  • @gumnam4253
    @gumnam4253 10 місяців тому

    but how can we do this on a live server ?

  • @Nice_in_Love
    @Nice_in_Love Рік тому

    Nice.. Good job.

  • @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 5 місяців тому

    Bow💯💯💯🔥🔥🔥

  • @shravankumarnalla3941
    @shravankumarnalla3941 9 місяців тому

    will it work on node 18?

  • @dest5237
    @dest5237 Місяць тому

    i love you

  • @ashishkumarnath3563
    @ashishkumarnath3563 11 місяців тому

    7:21 I can relate :(

  • @tanyaconway3304
    @tanyaconway3304 11 місяців тому

    💔 Promo`SM