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.
- Navegue até Dashboard > MP App > Components.
- Locate Push Notifications in the components list.
- Alternar o Ativar mudar para Em.

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.
- Clique em Create a new Firebase Project or select an existing project.

- Enter a project name and click Continuar.

- 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.
- Clique em Add App.

- Clique no botão iOS icon to add an iOS app.

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

- Faça o download do GoogleService-Info.plist arquivo.
- Clique em Continuar through the remaining setup steps.
Adding Android App to Firebase
- In the Firebase Console, select the project.
- Clique em Add App.

- Clique no botão Android icon to add an Android app.

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

- Faça o download do google-services.json arquivo.
- Clique em Continuar through the remaining setup steps.
Obtaining Firebase Server Credentials
- In the Firebase Console, navigate to Project Settings.

- Clique no botão Cloud Messaging guia.
- Copiar o Server Key value.
- Copiar o Sender ID value.

- Keep these values accessible for WordPress configuration.
Server credentials authenticate WordPress communication with Firebase servers.
Uploading Firebase Configuration to WordPress
- Navegue até Dashboard > MP App > Configure > Google Firebase.
- Clique em Selecionar arquivo under Android Configuration File.
- Select the downloaded google-services.json arquivo.
- Clique em Selecionar arquivo under iOS Configuration File.
- Select the downloaded GoogleService-Info.plist arquivo.
- Enter the Server Key in the Server Key field.
- Enter the Sender ID in the Sender ID field.
- Clique em Salvar alterações.
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.
- Navegue até Dashboard > MP App > Settings > Push Notifications.
- Localize o Automatic Notifications seção.

- Clique em Salvar alterações.