evollu / react-native-fcm

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

Notification sent from Firebase not displayed in pop-up / but arrived in console.log #1069

Open stefandbd opened 5 years ago

stefandbd commented 5 years ago

Hey guys,

I'm using the same code from your project to try it out. Sending a notification from firebase console (a normal one), I can see the logs in console.log but no popup displayed.

Any ideas what the issue can be?

Thanks

stefandbd commented 5 years ago

UPDATE: Working only when the app is on background. But the notification does not popup like it should, just appears in the top bar.

Am i missing any particular setting?

WidgetPMT commented 5 years ago

Try register channel https://github.com/evollu/react-native-fcm/blob/master/Examples/simple-fcm-client/app/App.js#L38