You don't need to insert rest API in client apps.
Are you having problem receiving the notifications from Android or iOS apps?
You don't need to insert rest API in client apps.
Are you having problem receiving the notifications from Android or iOS apps?
Hi, I can make push notifications from firebase console... But I would like to push directly from word press each time that I will publish a post.. I have downloaded the following WordPress plugin:
https://es.wordpress.org/plugins/push-notification-fcm/... These are the instructions :
Descripción
A very simple plugin for the Firebase Cloud Messaging (FCM) system that enables simple push notifications to all Android and iOS devices around the world.
EASY INTEGRATION AND USE
Simply, you install the plugin, enter your Firebase Server (API) key in the plugin settings, generate a site key and choose the types of posts for which you want to push a notification.
Then you need to insert the generated REST endpoints of your site in your mobile application.
These endpoints are used to register the device with the site when the application is launched and deregister the device when the user deletes the application.
After device registration, every time a new article or page is published in the selected post types, all registered devices are notified and a notification appears.
If it is possible with b4a and b4i?