Skip to content

Commit 72f224e

Browse files
chore(update-plugins): Thu Jun 29 08:05:43 UTC 2023
1 parent 17ff6c0 commit 72f224e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plugins/firebase-messaging.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -536,11 +536,11 @@ const payload = {
536536
apns: {
537537
payload: {
538538
aps: {
539-
'mutable-content': 1 // 1 or true
539+
'mutable-content': 1
540540
}
541541
},
542-
fcm_options: {
543-
image: 'image-url'
542+
fcmOptions: {
543+
imageUrl: 'image-url'
544544
}
545545
}
546546
}
@@ -599,13 +599,13 @@ const message = {
599599
'mutable-content': 1
600600
}
601601
},
602-
fcm_options: {
603-
image: 'image-url'
602+
fcmOptions: {
603+
imageUrl: 'image-url'
604604
}
605605
},
606606
android: {
607607
notification: {
608-
image: 'image-url'
608+
imageUrl: 'image-url'
609609
}
610610
}
611611
}

0 commit comments

Comments
 (0)