MBurger Engagement Platform
User GuideHeadless CMSEngagement Platform
  • 🍔MBurger Engagement Platform 🍔
  • 🍏 iOS Docs
    • Messages
      • Installation
      • Initialization
      • Push notifications
        • Rich Notifications
      • Stylize in app messages
      • Message Metrics
    • Audience
      • Installation
      • Initialization
      • Tracked data
      • Tags
      • Identify a user
      • Location
    • Automation
      • Installation
      • Initialization
      • Triggers
      • Send events
      • View Tracking
  • 📱Android Docs
    • Messages
      • Prerequisites for Push Notifications
      • Installation
      • Initialization
      • Stylization and parameters
      • Push notifications
      • Message Metrics
    • Audience
      • Installation
      • Initialization
      • Tracked data
      • Tags
      • Custom Id
      • Mobile User Id
      • Location Data
    • Automation
      • Installation
      • Initialization
      • Triggers
      • Add events
      • View Tracking
      • Stop/Pause tracking
  • 🔷Flutter Docs
    • Messages
      • Installation
      • Initialization
      • Stylize in app messages
      • Push notifications
        • Rich Notifications
      • Message Metrics
    • Audience
      • Installation
      • Initialization
      • Tracked data
      • Tags
      • Custom Id
      • Mobile User Id
      • Location Data
    • Automation
      • Installation
      • Initialization
      • Triggers
      • Send events
      • View Tracking
Powered by GitBook
On this page

Was this helpful?

  1. Android Docs
  2. Messages

Prerequisites for Push Notifications

PreviousMessagesNextInstallation

Last updated 4 years ago

Was this helpful?

MBurger Engagement platform uses FCM (Firebase Cloud Messaging) so send push notifications. If you wish to add this feature to your app you should before follow these steps regarding FCM configuration:

  • Create a Firebase project by visiting and clicking on "Add Project"

  • Inside the project create your Android app by clicking "Add App" and follow the instructions, resulting in downloading a .json configuration file to move in your app folder.

  • Go to the project settings clicking on the gear on the left-top part of the page:

  • On the Settings page click on "Cloud Messaging" and copy the "Server Key" you see right below the tab

  • Paste the token on MBurger Engagement Platform Settings FCM box and click "Update"

  • Done!

📱
this page