Table of Contents

How to send push notifications from Firebase?

← All Topics

Requirements

Firebase

Before following this tutorial, you must have implemented Firebase in your project. If you have not already done so, please follow this tutorial: https://appzmotion.com/help-center/implementing-firebase/.

Steps

Follow the next steps to send push notifications from Firebase:

  1. Go to Firebase Console (https://console.firebase.google.com/), enter to your project and click on Cloud Messaging section on the left menu.
  2. Click on the New notification button.
  3. Enter a Title and a Notification text, then click Next.
  4. Select your project from the list and click Next.
  5. Skip the next steps and click Review.
  6. Click the Publish button.
Support