I developed app for my Wordpress site and i integrated push notifications in it using FCM, when i send notification manually from firebase console, notification is received successfully but i don't know how to connect it with wordpress so that when new post is published, then notification is automatically sent.
Thanks in advance.
I am begginer
You can install this WordPress plugin to get the work done
https://github.com/dream-space/wp-fcm/
It's very easy to configure this plugin!
Related
I want to send notifications to all the users who installed my app I am using firebase FCM to send notifications but from the firebase console I can send a notification but I couldn't send fro WordPress site when a new post is added.
You can use the following two plugins to notify your users who have installed your application when you want a post to be published in your WordPress.
https://wordpress.org/plugins/wp-push-notification-firebase/
https://wordpress.org/plugins/pd-android-fcm/
I have WebView android app for our website, running on wordpress core.
On the website we are using social network extension, so users can send private messages, reply to the comments and so on. For that we have on website a notification panel.
Now the task:
Is it possible to use the notifications on the website and send it somehow to the android app as push notification?
What is the best way to do it? Or is there a developer that can help me with this?
You have to add the FCM message sending function to the wordpress server or your server.
After that, you need to add the FCM receiving part in Android and send the device_id to the server so that the FCM message can be received.
I have a Cordova app and I'm trying to implement Push Notifications feature for it. My idea is to use FCM (Firebase Cloud Messaging). I was able to implement it for a sample native Android application. How do I do it for this Cordova App?
I am currently investigating Firebase Cloud Messaging Cordova Push Plugin which looks promising.
In short:
Extremely easy plug&play push notification plugin for Cordova applications and FCM.
It allow:
Subscribe/unSubscribe to/from topic
Receiving push notification data
Send notification
Will update later my findings.
As the title says, is it possible to send push notifications to Google Play Store without the help of Azure Mobile Services?
Currently, I have an Azure VM and I have built my own custom implementations for sending messages to Google Play Store for push notifications. But I'm having trouble in getting the push notifications sent properly.
I can send the push notifications just fine using a non-Azure server though. Are there any specific configurations that I have to prepare to enable Azure VM to properly send push notifications?
I'm using Microsoft's WebAPI and publish the server project directly from Visual Studio using the Publish Wizard.
The expired push token is the culprit.
Hi I want to send notifications from android app to facebook. To send facebook notification i got this link : https://developers.facebook.com/docs/concepts/notifications/ But i am not sure how to use this link in android to send notification.
Please can any body guide me for this?
You can't send notifications from an Android app. Tried to POST using the link you provided and got the following error:
{"error":{"message":"(#200) Only web canvas apps can send app notifications","type":"OAuthException","code":200}}
Maybe you could use this one:
https://developers.facebook.com/docs/android/send-requests/
We're not allowed to send notifications from Android app using the notifications API, nor sending App Requests from non game app using Requests APIs. I'm interested too to know how can we notify the user from non-game-android app.