FirebasePushNotificationPlugin icon indicating copy to clipboard operation
FirebasePushNotificationPlugin copied to clipboard

Image does not show on Android

Open acuntex opened this issue 5 years ago • 2 comments

🐛 Bug Report

On Android the Image you can set in the Firebase Console when sending messages or with FirebaseAdmin (.NET) does not show on the right side. (e.g. a user avatar) On iOS it's working with a Push Notification Service.

Expected behavior

The Image set in the Firebase Console when sending messages or through FirebaseAdmin (ImageUrl Property) is shown on the right side. Also see here: https://firebase.google.com/docs/cloud-messaging/android/send-image

Reproduction steps

Send a message like this: { "to" : "...", "priority" : "high", "data": { }, "notification" : { "title" : "Test Title", "body": "Test Body", "image": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" } }

Configuration

XF 4.7 & FirebasePushNotificationPlugin 3.3.10

Version: 1.x

Platform:

  • [ ] :iphone: iOS
  • [x] :robot: Android
  • [ ] :checkered_flag: WPF
  • [ ] :earth_americas: UWP
  • [ ] :apple: MacOS
  • [ ] :tv: tvOS
  • [ ] :monkey: Xamarin.Forms

acuntex avatar Aug 16 '20 12:08 acuntex

Hi, any updates on this issue? We are currently facing the same problems...

kamilkosek avatar Mar 22 '21 23:03 kamilkosek

Has anyone had any success getting the image to show on android?

AnthonyWeirbach avatar Feb 25 '22 11:02 AnthonyWeirbach