Nickersoft / push-fcm-plugin

Official Firebase Cloud Messaging plugin for Push.js v1.0 :fire:
https://pushjs.org
42 stars 13 forks source link

How to tell if user has received a notification? #16

Closed dachinat closed 6 years ago

dachinat commented 6 years ago

Hello. Thanks for this package.

I wonder if it is possible to know if user(s) have received notifications. I know that this can be achieved in an onMessage event by sending request to server. However, this does not work if user's tab/window is closed. Is there a way around?

Thanks.