Open omerkhan8 opened 4 years ago
any solution to this??? i want to receive notifications only when my app is open
I'm seeing something similar whereby messages set with ttl of say 10 seconds are still being delivered, or shall I say received, by my electron app using this library.
Facing the same problem. Any solution please?
@omerkhan8 @aquacode You need to implement service worker file
First of all thanks for this amazing pakage. I am facing one issue. when the app is closed obviously I don't receive any notifications, but when I open the app all of the notifications that have been received during the time interval when the app was closed started to show one after another, how can I stop this behaviour? and only show the notifications that came during the app is opened.