We'll create fresh WordPress site with Push Notification FCM installed. You have 20 minutes to test the plugin after that site we'll be deleted.
This FCM Plugin for WordPress is designed to simplify the integration of push notifications to all Android and iOS devices. With ease of use in mind, here’s what you can achieve:
Easy Integration:
REST API Endpoints for Device Management:
rest_api_key
, device_uuid
, device_token
, etc., to manage subscriptions.Customizable Notifications:
Open Source & Free: Modify and use without any cost.
Make sure to have a Firebase project and your Firebase Server (API) key before using the plugin. Don’t miss out on important updates, try our FCM push notification plugin today!
https://example.domain/wp-json/fcm/pn/subscribe
Parameters:
– rest_api_key
(required): Unique site key from plugin settings.
– device_uuid
(required): Device’s unique ID.
– device_token
(required): Device’s token.
– subscription
(required): Category name for device registration.
– device_name
(optional): Name of the device.
– os_version
(optional): Operating system version.
Returns JSON:
{
"error": false,
"message": "Device token registered",
"subscription_id": 123
}
Unsubscribe device:
https://example.domain/wp-json/fcm/pn/unsubscribe
Parameters:
rest_api_key
(required): Unique site key from plugin settings.device_uuid
(required): Device’s unique ID.Returns JSON:
{
"error": false,
"message": "The device token was successfully removed"
}
This plugin is available as open-source and free of charge, allowing seamless integration with any WordPress setup and offering the flexibility for customization to meet specific needs.1. Preparation for Use:
– Prior to activating the plugin, it’s essential to establish a Firebase project and obtain the corresponding Firebase Server (API) key. This setup links your WordPress site to Firebase, enabling the key functionalities of the plugin.
Unique Site Key Requirement:
Content-Type Selection for Notifications:
Device Management via REST API Endpoints:
Cross-Platform Compatibility:
Category-Specific Notification Delivery:
Registration Verification Before Notification:
Compatibility with Latest WordPress Version:
Customizable Open-Source Software: