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.
- Vaya a Dashboard > MP App > Components.
- Locate Push Notifications in the components list.
- Alternar Activar cambiar a En.

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.
- Haga clic en Create a new Firebase Project or select an existing project.

- Enter a project name and click Continúe en.

- 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.
- Haga clic en Add App.

- Haga clic en el botón iOS icon to add an iOS app.

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

- Descargar el GoogleService-Info.plist archivo.
- Haga clic en Continúe en through the remaining setup steps.
Adding Android App to Firebase
- In the Firebase Console, select the project.
- Haga clic en Add App.

- Haga clic en el botón Android icon to add an Android app.

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

- Descargar el google-services.json archivo.
- Haga clic en Continúe en through the remaining setup steps.
Obtaining Firebase Server Credentials
- In the Firebase Console, navigate to Project Settings.

- Haga clic en el botón Cloud Messaging ficha.
- Copie el Server Key value.
- Copie el Sender ID value.

- Keep these values accessible for WordPress configuration.
Server credentials authenticate WordPress communication with Firebase servers.
Uploading Firebase Configuration to WordPress
- Vaya a Dashboard > MP App > Configure > Google Firebase.
- Haga clic en Elegir archivo under Android Configuration File.
- Select the downloaded google-services.json archivo.
- Haga clic en Elegir archivo under iOS Configuration File.
- Select the downloaded GoogleService-Info.plist archivo.
- Enter the Server Key in the Server Key field.
- Enter the Sender ID in the Sender ID field.
- Haga clic en Guardar cambios.
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.
- Vaya a Dashboard > MP App > Settings > Push Notifications.
- Localice el Automatic Notifications sección.

- Haga clic en Guardar cambios.