Fixed Firebase icon

Ylian Saint-Hilaire committed Apr 16, 2021 at 22:30 UTC 03d6c63d480e6b1e7593f882b98414edae54524e
1 file changed +1 -1
firebase.js
+1 -1
@@ -110,7 +110,7 @@ module.exports.CreateFirebase = function (parent, senderid, serverkey) {
110 // Built the on-screen notification
111 var notification = null;
112 if (payload.notification) {
113 - var notification = new Notification('ic_launcher')
113 + var notification = new Notification('ic_message')
114 .title(payload.notification.title)
115 .body(payload.notification.body)
116 .build();