Last active
March 10, 2020 21:22
-
-
Save jbsulli/1ef40480aa828f4a798e83e5dd52245c to your computer and use it in GitHub Desktop.
Courier Firebase overrides
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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