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