Skip to content

Commit

Permalink
Fixed Firebase icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylianst committed Apr 17, 2021
1 parent f6fd0a6 commit 03d6c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 03d6c63

Please sign in to comment.