fbpx

New Feature: Earn 12 Badges

Bild

Collect up to 12 exclusive badges by sharing your plugin collections and engaging with the community.

See all Badges
Push Notification FCM
Push Notification FCM

by Ivijan-Stefan Stipić

Description
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:
Installation: Simply install the plugin.
Configuration: Enter your Firebase Server (API) key, generate a site key, and select the post types for notifications.
Compatibility: Works with both Android and iOS devices and the latest version of WordPress.
REST API Endpoints for Device Management:
Subscribe Device: Register devices when the mobile application is launched.
Unsubscribe Device: Deregister devices when the application is deleted.
Example: Use the provided endpoints with parameters like
rest_api_key
,
device_uuid
,
device_token
, etc., to manage subscriptions.
Customizable Notifications:
Categories: Register devices under specific categories. If a category doesn’t exist, it’ll be created automatically.
Content Types: Select specific post types for triggering 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!
REST API Endpoints
Subscribe Device
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:
Upon installing the plugin, you’ll need to access the plugin settings page to generate a unique site key. This key is crucial for the identification and security of your particular WordPress installation.
Content-Type Selection for Notifications:
The plugin grants you the flexibility to choose specific types of posts for sending notifications. This allows for a tailored communication strategy, ensuring that users only receive alerts relevant to their interests.
Device Management via REST API Endpoints:
The plugin utilizes REST API endpoints to manage device registration and deregistration. Your mobile application must be configured to interact with these endpoints, enabling accurate control over the device subscriptions.
Cross-Platform Compatibility:
Designed to work seamlessly with both Android and iOS devices, this plugin ensures that you can reach your audience regardless of their preferred platform.
Category-Specific Notification Delivery:
The plugin facilitates sending push notifications to all registered devices for a particular post category. This targeted approach enhances engagement by delivering content-specific alerts.
Registration Verification Before Notification:
Prior to sending any notifications, the plugin verifies the device’s registration status. This step maintains notification accuracy and avoids sending to inactive or irrelevant devices.
Compatibility with Latest WordPress Version:
While the plugin aligns with the most recent WordPress version, it’s advisable to check for compatibility to ensure a smooth integration within your specific WordPress environment.
Customizable Open-Source Software:
Embracing an open-source model, the plugin’s code can be adapted to meet individual requirements. This encourages not only personalized use but also potential community contributions and collaboration.

All texts and images on this product page are protected by copyright and are the property of the author Ivijan-Stefan Stipić. You will be redirected to the retailer to download the plugin. We act solely as a search engine for plugins and are not affiliated with the retailer or Ivijan-Stefan Stipić.

Tags

Free Plugin

3.0
Reviews
Last Update
9 months ago
All trademarks, logos and brand names are the property of their respective owners. All company, product and service names used in this website are for identification purposes only. The WordPress® trademark is the intellectual property of the WordPress Foundation

Get your first Badge

Code Newbie

Earn your first badge by sharing your collections. Every master was once a beginner. Welcome to your coding journey.

0 of 5 views reached

Collections

Create your first Collection

Click the symbol on the desired plugin to create a collection. The symbol appears when you hover over the plugin.