Skip to content

Instantly share code, notes, and snippets.

@jbsulli
Last active March 10, 2020 21:22
Show Gist options
  • Save jbsulli/1ef40480aa828f4a798e83e5dd52245c to your computer and use it in GitHub Desktop.
Save jbsulli/1ef40480aa828f4a798e83e5dd52245c to your computer and use it in GitHub Desktop.
Courier Firebase overrides
{
"data": {
"name": "Joshua"
},
"event": "my-event",
"recipient": "josh",
"override": {
"firebase-fcm": {
"body": {
"data": {
"my-value": "abc123"
},
"webpush": {
"fcm_options": {
"link": "https://my.link.here/?test=123"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment