cordova-plugin-firebase-messaging icon indicating copy to clipboard operation
cordova-plugin-firebase-messaging copied to clipboard

Should be able to customize default channel name instead of hard-coded to "Firebase"

Open jacobg opened this issue 1 year ago • 0 comments

https://github.com/chemerisuk/cordova-plugin-firebase-messaging/blob/0ecfae7c32eaca55f6368413f2275596191025b9/src/android/FirebaseMessagingPluginService.java#L61-L62C49

                notificationManager.createNotificationChannel(
                        new NotificationChannel(defaultNotificationChannel, "Firebase", NotificationManager.IMPORTANCE_HIGH));

jacobg avatar Aug 28 '23 16:08 jacobg