React Native Notification Tutorial ( Firebase + Notifee ) - 1

preview_player
Показать описание
just sharing what i learnt

/* set importance to high in order to get notification as push */

id: 'default',
name: 'Default Channel',
importance: AndroidImportance.HIGH,
});
Рекомендации по теме
Комментарии
Автор

You can add a notification "mailbox" and when you open a notification, the open notification opens in the "mailbox"

BajoQTI
Автор

If I use Notifee for FCM background and quiet mode to display notifications, how can I redirect to a particular screen upon tapping a Notifee notification? From the server, I will send all the necessary information through the data payload, without relying on the notification object. This allows me to show Notifee notifications in both background and foreground modes.

logicunit