LogoLogo
Developer Hub
Developer Hub
  • 📍Documentation
    • 🏂Onboarding
  • PayContactless
    • PayContactless Embed
  • 📱MERCHANT EMBED SDK
    • PayContactless Embed SDK
      • Getting Started
      • SDK API Reference
        • Initialize
        • Pay With Card
          • Sale
          • Refund
          • Pre&Post Auth
        • Pay With Link
        • Pay With Account
        • Transactions History
        • Transactions Detail
        • Send Receipt
        • Daily Transactions Summary
        • Error Handling
    • Security Mechanisms
    • Production Preparation
      • Play Integrity Configuration
      • Firebase Crashlytics Configuration
      • Firebase Push Notification Configuration
  • 📱CUSTOMER ACCOUNT BASE EMBED SDK
    • Account Base Embed SDK
      • Getting Started
      • SDK API Reference
  • 💻BACKEND INTEGRATION
    • API Specification
  • 🔐Security
Powered by GitBook
On this page
  1. MERCHANT EMBED SDK
  2. Production Preparation

Firebase Push Notification Configuration

PreviousFirebase Crashlytics ConfigurationNextAccount Base Embed SDK

Last updated 8 days ago

  • Go to .

  • Select the project which is already created in Firebase before

  • Open Dashboard

  • Search for “Firebase Messaging” on the search box

  • Select the “Firebase Cloud Messaging API” result

  • Check the service is enabled. It is enabled by default. If it is not enabled, enable it.

  • Open the Role section under IAM on the left menu

  • Select “Create Role” on the top bar

  • Complete the required fields and select “Add Permissions”

  • Use the “messing” in filter box and select “cloudmessaging.messages.create”

  • Then select the checkbox and press the add button.

  • Go to IAM section

  • Select Grant Access

  • Add the service account email which is created for play integrity as a new principals

  • Select the created your for push notification

  • Then press the save button

📱
Google Cloud Console