Show HN: Open-source OneSignal alternative – MagicPush
1–6 of 6 posts
Re: Show HN: Open-source OneSignal alternative – MagicPush
#2[deleted]
Re: Show HN: Open-source OneSignal alternative – MagicPush
#3Does this support staggering notifications over a period of time? We keep on running into infrastructure ceilings due to traffic spikes after particularly engaging notifications.
Re: Show HN: Open-source OneSignal alternative – MagicPush
#4Is there notification personalisation, I couldn't see it mentioned in the docs?
Something like handlebars or liquid?
Re: Show HN: Open-source OneSignal alternative – MagicPush
#5Is there notification personalisation, I couldn't see it mentioned in the docs? Something like handlebars or liquid?
For now we only support text and images in notifications. I will look into adding buttons to notifications in the future.
Re: Show HN: Open-source OneSignal alternative – MagicPush
#6Does this support staggering notifications over a period of time? We keep on running into infrastructure ceilings due to traffic spikes after particularly engaging notifications.
Good point! Right now we retry the notifications max 3 times but you can change that variable. In the future I want to use something like batches to send notifications.