You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a notification trigger that is silent/invisible (no notification is displayed or shown to the user but the app is woken up)
Catch that notification somehow with Notifee's onBackgroundEvent handler and cancel the silent notification
Re-display my own notification after fetching data from some API.
I basically want to have personalized notifications for the user at a certain time, without having to create a new Firebase service that sends these pushes out to users.
The text was updated successfully, but these errors were encountered:
Unknown - never investigated if there is ability to execute logic between timed firing of scheduled notification and posting of notification. Seems like it should be possible with a notification extension helper on iOS and usage of WorkManager on Android, just never tried this as a use case. I think you'll be a first attempt / test user on it and will have to investigate and report
Exact scenario I have in mind is:
I basically want to have personalized notifications for the user at a certain time, without having to create a new Firebase service that sends these pushes out to users.
The text was updated successfully, but these errors were encountered: