evollu / react-native-fcm

react native module for firebase cloud messaging and local notification
MIT License
1.73k stars 681 forks source link

How to apply debugger in debugging mode #1024

Open digrase008 opened 5 years ago

digrase008 commented 5 years ago

I am trying to debug notification service but not getting how to do it because when I try to debug the code the notification in not receiving while normally it's working fine Expected Behavior : Send Notification from Firebase console using fcm and debug it on Notification Listener method

evollu commented 5 years ago

you mean MessagingService.java? it should be able to debug it though IDE like android studio