Cannot capture the event for the tap on notification on android device when app is in background.
getNotifications() {
this.fcm.onNotification().subscribe(data => {
console.log('onNotification.data')
console.log(data)
},
success => {
console.log('onNotification.success')
console.log(success)
});
}