firebase / firebase/quickstart-js
How can I prevent to show notifications on background?
Open
- Dominant language
- TypeScript
- Stars
- 5.4k
- Forks
- 3.7k
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 6
Description
I have tried
messaging.setBackgroundMessageHandler(function(payload){
});
unfortunately this is not working.
I am using 8.2.9 version
importScripts('https://www.gstatic.com/firebasejs/8.2.9/firebase-app.js');
importScripts('https://www.gstatic.com/firebasejs/8.2.9/firebase-messaging.js');
Contributor guide
Assessment
This issue has not been assessed yet.