Sort of a two part question here:
How do I send emoji's through Firebase notifications? I tried entering a message of the thumbs up emoji with the message body being "\U1F44D" but that didn't render on my phone when the notification came through.
How would I format a notification payload in my node.js file? I imagine it is the same as entering the specific unicode character that corresponds but I can't seem to get either to work... Either I am missing some magic or am not using the right codes.
Thanks!