From 03d6c63d480e6b1e7593f882b98414edae54524e Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Fri, 16 Apr 2021 22:30:54 -0700 Subject: [PATCH] Fixed Firebase icon --- firebase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();