Image does not show on Android
🐛 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
Hi, any updates on this issue? We are currently facing the same problems...
Has anyone had any success getting the image to show on android?