Fixed Firebase icon
This commit is contained in:
parent
f6fd0a6694
commit
03d6c63d48
|
@ -110,7 +110,7 @@ module.exports.CreateFirebase = function (parent, senderid, serverkey) {
|
||||||
// Built the on-screen notification
|
// Built the on-screen notification
|
||||||
var notification = null;
|
var notification = null;
|
||||||
if (payload.notification) {
|
if (payload.notification) {
|
||||||
var notification = new Notification('ic_launcher')
|
var notification = new Notification('ic_message')
|
||||||
.title(payload.notification.title)
|
.title(payload.notification.title)
|
||||||
.body(payload.notification.body)
|
.body(payload.notification.body)
|
||||||
.build();
|
.build();
|
||||||
|
|
Loading…
Reference in New Issue