I'm using React Native Microsoft AppCenter
which leverages Firebase Cloud Messaging
for an Android app.
- I am receiving the push notifications when the app is open,
- When the app is in the background the notification appears only in the system tray but no actual
Notification
.
I have to open the tray to see the notification. Any help would be greatly appreciated