Using Web Push API with cordova phonegap-plugin-push and FCM











up vote
0
down vote

favorite












We've a cordova app that uses push notifications which works fine on android and iOS. I now thought I'd like to test if I also get the Web Push API to work on the browser platform / as PWA.



However, I didn't manage to find any guidance how to do this.



Nearly all examples I found that have the browser platform included use the example from https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/API.md#pushnotificationinitoptions



const push = PushNotification.init({
browser: {
pushServiceURL: 'http://push.api.phonegap.com/v1/push'
}
});


However, the domain push.api.phonegap.com seems to be non-existent by now.



The Firebase doc I found doesn't explain how to use FCM with the push plugin that already does most of the stuff described there (I would expect).



I found an example that uses pushServiceURL: 'https://fcm.googleapis.com/fcm/send' but the question already states that "First of all, I don't know if the pushServiceURL is correct. Is this the URL to use if I'd like to send some notifications from FCM?"



And I understand https://firebase.google.com/docs/cloud-messaging/http-server-ref that this URL is the server-side API.



So, did anyone manage to use the Web Push API with the phonegap-plugin-push? With FCM or with andouter service?



Thanks!










share|improve this question


























    up vote
    0
    down vote

    favorite












    We've a cordova app that uses push notifications which works fine on android and iOS. I now thought I'd like to test if I also get the Web Push API to work on the browser platform / as PWA.



    However, I didn't manage to find any guidance how to do this.



    Nearly all examples I found that have the browser platform included use the example from https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/API.md#pushnotificationinitoptions



    const push = PushNotification.init({
    browser: {
    pushServiceURL: 'http://push.api.phonegap.com/v1/push'
    }
    });


    However, the domain push.api.phonegap.com seems to be non-existent by now.



    The Firebase doc I found doesn't explain how to use FCM with the push plugin that already does most of the stuff described there (I would expect).



    I found an example that uses pushServiceURL: 'https://fcm.googleapis.com/fcm/send' but the question already states that "First of all, I don't know if the pushServiceURL is correct. Is this the URL to use if I'd like to send some notifications from FCM?"



    And I understand https://firebase.google.com/docs/cloud-messaging/http-server-ref that this URL is the server-side API.



    So, did anyone manage to use the Web Push API with the phonegap-plugin-push? With FCM or with andouter service?



    Thanks!










    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      We've a cordova app that uses push notifications which works fine on android and iOS. I now thought I'd like to test if I also get the Web Push API to work on the browser platform / as PWA.



      However, I didn't manage to find any guidance how to do this.



      Nearly all examples I found that have the browser platform included use the example from https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/API.md#pushnotificationinitoptions



      const push = PushNotification.init({
      browser: {
      pushServiceURL: 'http://push.api.phonegap.com/v1/push'
      }
      });


      However, the domain push.api.phonegap.com seems to be non-existent by now.



      The Firebase doc I found doesn't explain how to use FCM with the push plugin that already does most of the stuff described there (I would expect).



      I found an example that uses pushServiceURL: 'https://fcm.googleapis.com/fcm/send' but the question already states that "First of all, I don't know if the pushServiceURL is correct. Is this the URL to use if I'd like to send some notifications from FCM?"



      And I understand https://firebase.google.com/docs/cloud-messaging/http-server-ref that this URL is the server-side API.



      So, did anyone manage to use the Web Push API with the phonegap-plugin-push? With FCM or with andouter service?



      Thanks!










      share|improve this question













      We've a cordova app that uses push notifications which works fine on android and iOS. I now thought I'd like to test if I also get the Web Push API to work on the browser platform / as PWA.



      However, I didn't manage to find any guidance how to do this.



      Nearly all examples I found that have the browser platform included use the example from https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/API.md#pushnotificationinitoptions



      const push = PushNotification.init({
      browser: {
      pushServiceURL: 'http://push.api.phonegap.com/v1/push'
      }
      });


      However, the domain push.api.phonegap.com seems to be non-existent by now.



      The Firebase doc I found doesn't explain how to use FCM with the push plugin that already does most of the stuff described there (I would expect).



      I found an example that uses pushServiceURL: 'https://fcm.googleapis.com/fcm/send' but the question already states that "First of all, I don't know if the pushServiceURL is correct. Is this the URL to use if I'd like to send some notifications from FCM?"



      And I understand https://firebase.google.com/docs/cloud-messaging/http-server-ref that this URL is the server-side API.



      So, did anyone manage to use the Web Push API with the phonegap-plugin-push? With FCM or with andouter service?



      Thanks!







      firebase cordova push-notification firebase-cloud-messaging phonegap-plugin-push






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 7 at 9:11









      Pedi T.

      80321223




      80321223





























          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














           

          draft saved


          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53186400%2fusing-web-push-api-with-cordova-phonegap-plugin-push-and-fcm%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown






























          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53186400%2fusing-web-push-api-with-cordova-phonegap-plugin-push-and-fcm%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          這個網誌中的熱門文章

          Tangent Lines Diagram Along Smooth Curve

          Yusuf al-Mu'taman ibn Hud

          Zucchini