Closed GaboMonchis closed 1 month ago
I don't understand your problem. This plugin has nothing to do with firebase notifications.
Explain your problem with a screenshot.
Without ANY library that shows notification other than this one I get:
That is a notification from Firebase, the service is running but for this specific production version it shouldn't be showing notifications. The library is somehow showing notifications that it shouldn't show. This happens only with certain devices for example with Nokia G21 (weird device if you ask me) or Samsung A23
It's even worse if I want to add notifee to listen to firebase, cause I get double notifications, the one from notifee and the one from this library.
If you want to share the plugin's notification, its notificationId
is hard-coded to 9942585
. You would have to configure other notification systems to use that notificationId
.
You would also probably have to configure all notifications to use the same Notification.channelId
Your Environment
react-native -v
): 0.74Expected Behavior
I would like a Property to disable notifications in the app and handle the notification service myself with another library.
Actual Behavior
I get notifications from Firebase on a version that I don't want notifications. The only notification I would like to have is the sticky one that its indicating that we are tracking the device location, but not the ones that are coming from firebase to be handled from this library.
Steps to Reproduce
Context
I would like from this lib to only have the notifications that says that we are tracking the users location and nothing more.
Debug logs
Logs
``` I don't have any logs that are valuable. ```