0

Android application id is different and package in manifest is different. will android push notification work if register on firebase with android app id? say android app id in build.gradle is com.xyz.abc and in manifest file the package define is com.xyz.ab. and the firebasemessage service class is inside package com.xyz.ab

Tried sending push notification from firebase console and fcm curl but not receiving the notifications

Aman
  • 11
  • 2
  • No, if the Android application ID and the package name in the AndroidManifest.xml file are different, the Firebase Cloud Messaging (FCM) push notifications will not work properly. When you register your Android application with Firebase, you need to provide the correct application ID. If the application ID provided to Firebase does not match the package name in the AndroidManifest.xml file, Firebase Cloud Messaging will not be able to send push notifications to your app. – mirsaidoff Mar 02 '23 at 12:10

0 Answers0