Setting Up Firebase Cloud Messaging for Push Messages in Angular with VAPID and Public Key (Part-2)

Поділитися
Вставка
  • Опубліковано 11 лис 2024

КОМЕНТАРІ • 10

  • @MrSteveHaran
    @MrSteveHaran 25 днів тому +1

    I got the token from FB! You're a great tutor....

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

    I don't know how you knew how to fix the 'not supported' error - amazing stuff

    • @jsgigs4909
      @jsgigs4909  25 днів тому +1

      Experience + Debugging :)

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

    In the version of getToken function missing permission request (Notification.requestPermission()), how do you configure in this situation with await and async ?

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

    Thank for your videos, but for this topic It's not very clear how you integrated fcm, following the video at the end I can't get it to work. Do you have a link to the working code to share?

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

      it is in the repository, besides that I had removed my FCM credentials from the code. You will have to get your own to work. github.com/deepakjha14/students-details-pwa

  • @kaderroman6859
    @kaderroman6859 8 місяців тому

    What about this FirebaseError..(messaging/token-unsubscribe-failed) in this minute ua-cam.com/video/TNxJxOZWmHs/v-deo.html ? Any clue? Thanks

    • @jsgigs4909
      @jsgigs4909  8 місяців тому +1

      I have used the firebase outside the realm of angular and this is a warning. I did not bother about it honestly, let me have a look and I will get back to you.

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

    Hello, just a small question I can't find your service worker file, is it virtually created using provideService work which you've used in app.config.ts?

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

      It is generated when you build the app