Push notifications deliver real-time alerts to members' mobile devices. These alerts inform members about new content, membership updates, and important account events. This document explains how to enable push notifications, configure Firebase integration, manage automated notification types, and send manual notifications to members.
Understanding Push Notifications
Push notifications reach members instantly without requiring app usage. Notifications appear on device lock screens and notification centers. Members can tap notifications to open relevant app content directly. Firebase Cloud Messaging powers notification delivery across iOS and Android platforms. Proper configuration ensures reliable notification delivery and member engagement.
Enabling Push Notifications Component
Push Notifications must be activated before configuration can begin.
- Naviguez jusqu'à Dashboard > MP App > Components.
- Locate Push Notifications in the components list.
- Basculer le Activer commutateur à Sur.

The Push Notifications menu appears in the WordPress Dashboard after activation.
Connecting Firebase for Notification Delivery
Firebase Cloud Messaging handles notification delivery to iOS and Android devices. Connection requires Firebase project configuration and credential upload.
Creating Firebase Project
- Visit the Firebase Console at console.firebase.google.com.
- Cliquez sur Create a new Firebase Project or select an existing project.

- Enter a project name and click Continuer.

- Wait for the project creation to complete.
Firebase project setup provides the foundation for notification delivery infrastructure.
Adding iOS App to Firebase
- In the Firebase Console, select the created project.
- Cliquez sur Add App.

- Cliquez sur le bouton iOS icon to add an iOS app.

- Enter the iOS bundle ID from MemberPress App settings.
- Enter an app nickname and click Register App.

- Télécharger le GoogleService-Info.plist fichier.
- Cliquez sur Continuer through the remaining setup steps.
Adding Android App to Firebase
- In the Firebase Console, select the project.
- Cliquez sur Add App.

- Cliquez sur le bouton Android icon to add an Android app.

- Enter the Android package name from MemberPress App settings.
- Enter an app nickname and click Register App.

- Télécharger le google-services.json fichier.
- Cliquez sur Continuer through the remaining setup steps.
Obtaining Firebase Server Credentials
- In the Firebase Console, navigate to Project Settings.

- Cliquez sur le bouton Cloud Messaging tabulation.
- Copier le Server Key value.
- Copier le Sender ID value.

- Keep these values accessible for WordPress configuration.
Server credentials authenticate WordPress communication with Firebase servers.
Uploading Firebase Configuration to WordPress
- Naviguez jusqu'à Dashboard > MP App > Configure > Google Firebase.
- Cliquez sur Choisir un fichier under Android Configuration File.
- Select the downloaded google-services.json fichier.
- Cliquez sur Choisir un fichier under iOS Configuration File.
- Select the downloaded GoogleService-Info.plist fichier.
- Enter the Server Key in the Server Key field.
- Enter the Sender ID in the Sender ID field.
- Cliquez sur Enregistrer les modifications.
Successful configuration enables push notification delivery to member devices.
Configuring Automated Notification Types
Automated notifications trigger based on specific events without manual intervention. Configuration determines which notification types members can receive.
- Naviguez jusqu'à Dashboard > MP App > Settings > Push Notifications.
- Localiser le Automatic Notifications section.

- Cliquez sur Enregistrer les modifications.