Fixed Firebase icon

This commit is contained in:
Ylian Saint-Hilaire 2021-04-16 22:30:54 -07:00
parent f6fd0a6694
commit 03d6c63d48

View File

@ -110,7 +110,7 @@ module.exports.CreateFirebase = function (parent, senderid, serverkey) {
// Built the on-screen notification
var notification = null;
if (payload.notification) {
var notification = new Notification('ic_launcher')
var notification = new Notification('ic_message')
.title(payload.notification.title)
.body(payload.notification.body)
.build();