diff --git a/firebase.js b/firebase.js index 3ab9a12c..5e4643ac 100644 --- a/firebase.js +++ b/firebase.js @@ -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();