Skip to content

Commit

Permalink
chore(update-plugins): Thu Jun 29 08:05:43 UTC 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
nativescript-oss committed Jun 29, 2023
1 parent 17ff6c0 commit 72f224e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugins/firebase-messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,11 +536,11 @@ const payload = {
apns: {
payload: {
aps: {
'mutable-content': 1 // 1 or true
'mutable-content': 1
}
},
fcm_options: {
image: 'image-url'
fcmOptions: {
imageUrl: 'image-url'
}
}
}
Expand Down Expand Up @@ -599,13 +599,13 @@ const message = {
'mutable-content': 1
}
},
fcm_options: {
image: 'image-url'
fcmOptions: {
imageUrl: 'image-url'
}
},
android: {
notification: {
image: 'image-url'
imageUrl: 'image-url'
}
}
}
Expand Down

0 comments on commit 72f224e

Please sign in to comment.