我正在通过Firebase通知管理器发送FCM通知,但是通知图标没有选项,因此默认情况下显示的是chrome。我的Web应用是使用reactjs制作的。如何更改该图标?
这是我的firebase-serviceworker文件:
.\TestPlanCheck.bat --jmx <test_plan>
Error: Unable to access jarfile C:\<...path>\apache-jmeter-5.3\apache-jmeter-5.3\lib\ext\\..\lib\cmdrunner-2.2.jar
App.js
importScripts("https://www.gstatic.com/firebasejs/7.19.0/firebase-app.js");
importScripts(
"https://www.gstatic.com/firebasejs/7.19.0/firebase-messaging.js"
);
firebase.initializeApp({
messagingSenderId: "343676937800",
apiKey: "AIzaSyDCiXqVCawu6OPsvc87lPWqxoDIZ36RKmQ",
appId: "1:343676937800:web:ab233c9b1b935ed9439a7d",
projectId: "fcm-push-notify-bb24d",
});
const initMessaging = firebase.messaging();
答案 0 :(得分:0)
使用setBackgroundMessageHandler
处理自定义图标集。