Skip to content

Firebase Cloud Messaging 5.x

Olga Koroleva edited this page Nov 9, 2022 · 1 revision

For 6.0.x version - Firebase Cloud Messaging

Configuring your application for Push Notifications over Firebase Cloud Messaging

Firebase Cloud Messaging is a cross-platform cloud messaging service which allows Infobip to send Push Messages from the Infobip server to your users’ Android-powered devices. You will need to create and configure project at Firebase Console to enable Push Notifications for your Android applications.

  1. Go to Firebase Console and start creating new project.
Create new project
  1. Choose name for your new project and country/region, then press "Create project".
Enter project details
  1. Once new project is created, choose "Add Firebase to your Android app" on the overview screen.
Choose Android
  1. Enter package name of your Android application and press "Register app".
Enter Android project details
  1. Now your Android app is added to Firebase Console, you can skip next screen.
Enter Android project details
  1. Next you need go to Cloud Messaging settings of your Firebase project and find Server API key and Sender ID.
Cloud Messaging credentials

Obtaining Firebase Cloud Messaging credentials for an existing project

If you already have your project set up in Firebase Console, then you can go directly to Cloud Messaging settings of your project and find Server API key and Sender ID there.

Cloud Messaging credentials
Clone this wiki locally