we are trying to implement chat push notifications on Android app, but onMessageReceived for CustomFirebaseMessagingService is not getting called.
We have followed all the steps mention here: https://support.zendesk.com/hc/en-us/articles/4408821714458-Enabling-push-notifications-for-the-Chat-SDK-for-the-mobile-app
Got the json file from firebase → added to the zendesk account → generated the app Id → added the app id
Chat.INSTANCE.init(applicationContext, BuildConfig.ZENDESK_ACCOUNT_KEY, BuildConfig.ZENDESK_CHAT_APP_ID)
Same code works for FCM push but zendesk push messages are not received.