android scheduled notification fix
- if android app is in foreground, notification will not show.
FCM.on('localNotification'
with be triggered immediately. This is to mimic the behavior of iOS local notification. - merge pull #81
FCM.on('localNotification'
with be triggered immediately. This is to mimic the behavior of iOS local notification.