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!
firebase cordova push-notification firebase-cloud-messaging phonegap-plugin-push
add a comment |
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!
firebase cordova push-notification firebase-cloud-messaging phonegap-plugin-push
add a comment |
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!
firebase cordova push-notification firebase-cloud-messaging phonegap-plugin-push
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
firebase cordova push-notification firebase-cloud-messaging phonegap-plugin-push
asked Nov 7 at 9:11
Pedi T.
80321223
80321223
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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