RichTillis / rsl-az-soccer

1 stars 1 forks source link

Android push notifications implemention is incomplete #11

Open RichTillis opened 5 years ago

RichTillis commented 5 years ago

FCM push notifications only provide a notification when the app is closed and only provides a notification across the top of the device. Once you click the notification it opens the app to the home page but there is no reference to the notification information. Ideally we would want a notifications page that listed all of the recent notification info. Additionally a popup of a received notification while the app is in use is needed.

Not sure if this is a limitation of Capacitor, FCM, or if we're just implementing push notifications incorrectly.

joshshaloo commented 5 years ago

I think we need to use In App Messaging for that. I agree, we need a notifications page so we can see all notifications until we acknowledge them. We should also use badges on the app icon to indicate that there are unread notifications.