Email Login
This commit is contained in:
@ -23,5 +23,7 @@ messaging.setBackgroundMessageHandler(payload => {
|
||||
// }
|
||||
// return self.registration.showNotification(title, options)
|
||||
const title = payload.data.title
|
||||
new Notification(title, { body: payload.data.text});
|
||||
new Notification(title, {
|
||||
body: payload.data.text
|
||||
});
|
||||
})
|
Reference in New Issue
Block a user