CrossGeeks/FirebasePushNotificationPlugin

Edited push notification is not working when app is in background

ebinroy opened this issue ยท 1 comments

๐Ÿ› Bug Report

I am trying to edit the firebase message content but when app is in background I am receiving two push notifications, one is edited and other is the default. While app in foreground I am getting only edited message.

Expected behavior

When app in background only edited message shd display

Reproduction steps

Details

Configuration

Version:
Plugin.FirebasePushNotification 3.4.1
Android 11 (API 30)

Platform:
VS 2019 , android emulator

Actually the problem is, when app is in background system process the notification message using the default channel. So delete the default channel after modiifed message display will solve the issue