Код: Выделить всё
const notification = new Notification(deviceToken, {
"type": PushType.alert,
priority: Priority.immediate,
alert: {
title: "Hello World",
body: "Your first notification!",
},
badge: 1,
sound: 'default',
topic: 'pass.ai.XXX.XXX',
});
Пароль изменен
[img]https://i.sstatic.net /Dsxudb4E.jpg[/img]
Как настроить уведомление?
Подробнее здесь: https://stackoverflow.com/questions/784 ... -is-change