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.
- Navigieren Sie zu Dashboard > MP App > Components.
- Locate Push-Benachrichtigungen in the components list.
- Schalten Sie die Aktivieren Sie umschalten Auf.

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.
- Klicken Sie auf Create a new Firebase Project or select an existing project.

- Enter a project name and click Weiter.

- 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.
- Klicken Sie auf Add App.

- Klicken Sie auf die iOS icon to add an iOS app.

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

- Herunterladen der GoogleService-Info.plist Datei.
- Klicken Sie auf Weiter through the remaining setup steps.
Adding Android App to Firebase
- In the Firebase Console, select the project.
- Klicken Sie auf Add App.

- Klicken Sie auf die Android icon to add an Android app.

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

- Herunterladen der google-services.json Datei.
- Klicken Sie auf Weiter through the remaining setup steps.
Obtaining Firebase Server Credentials
- In the Firebase Console, navigate to Project Settings.

- Klicken Sie auf die Cloud Messaging tab.
- Kopieren Sie die Server Key value.
- Kopieren Sie die Sender ID value.

- Keep these values accessible for WordPress configuration.
Server credentials authenticate WordPress communication with Firebase servers.
Uploading Firebase Configuration to WordPress
- Navigieren Sie zu Dashboard > MP App > Configure > Google Firebase.
- Klicken Sie auf Datei auswählen under Android Configuration File.
- Select the downloaded google-services.json Datei.
- Klicken Sie auf Datei auswählen under iOS Configuration File.
- Select the downloaded GoogleService-Info.plist Datei.
- Enter the Server Key in the Server Key field.
- Enter the Sender ID in the Sender ID field.
- Klicken Sie auf Änderungen speichern.
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.
- Navigieren Sie zu Dashboard > MP App > Settings > Push Notifications.
- Suchen Sie die Automatic Notifications Abschnitt.

- Klicken Sie auf Änderungen speichern.