Has anyone successfully implemented push messages ...
# cfml-general
c
Has anyone successfully implemented push messages to s specific user from a CF/Lucee server to a PWA? I tried Google Firebase Messaging and the msg is sent and Google reports
success: 1
. But the message never arrives at the app (at least the event handler never fires). I also tried Mozilla messaging but it seems it needs an encryption algorithm that isn't available in CF Standard. So I'm kinda stuck and looking for advice on what I could try.
z
got some POC code?
c
Yes, sorry. I had already posted the question in #javascript but decided to post it here to a bigger audience: https://cfml.slack.com/archives/C07699Z7X/p1668606905867499
m
I didn't work on any of ours (and know only a little about it), it could be different, lucee is primarily the back end api to a xamarin app, but our notification object uses title and body as keys when posting to firebase's send, instead of title and message.