We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ff6c0 commit 72f224eCopy full SHA for 72f224e
plugins/firebase-messaging.md
@@ -536,11 +536,11 @@ const payload = {
536
apns: {
537
payload: {
538
aps: {
539
- 'mutable-content': 1 // 1 or true
+ 'mutable-content': 1
540
}
541
},
542
- fcm_options: {
543
- image: 'image-url'
+ fcmOptions: {
+ imageUrl: 'image-url'
544
545
546
@@ -599,13 +599,13 @@ const message = {
599
'mutable-content': 1
600
601
602
603
604
605
606
android: {
607
notification: {
608
609
610
611
0 commit comments