-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[messaging]: image not showing in iOS notifications #16877
Comments
Hi @ayyuby26, thanks for the report. I’m unable to reproduce the issue on my end. Just to confirm, are you saying that you’re receiving the notification, but the image you uploaded to the Firebase console isn’t displaying as part of it? If that’s correct, have you tried using different images to see if the issue persists? |
Hi @SelaseKay, I have tried changing the image but it still doesn't appear in the notification, I want to share a reproduction project to see what information needs to be hidden?
|
That would be very helpful. |
here is the reproduction repo https://github.com/ayyuby26/reproduce_firebase_messaging |
Hi @ayyuby26, it seems to be working perfectly on my end, as shown in the image above. |
hi @SelaseKay can you make a video tutorial? i'm afraid there is a config that hasn't been set |
Is there an existing issue for this?
Which plugins are affected?
Messaging
Which platforms are affected?
iOS
Description
when I have done the notification image setup on iOS from this tutorial https://firebase.google.com/docs/cloud-messaging/flutter/receive#display_images_in_notifications_on_ios, I can receive messages properly, but the images do not appear, to send messages I use the firebase messaging console, and enter the image url with a size of 40KB which is successfully displayed in the notification preview on the right side of the firebase console
Reproducing the issue
Firebase Core version
3.8.1
Flutter Version
3.27.0
Relevant Log Output
No response
Flutter dependencies
Expand
Flutter dependencies
snippetAdditional context and comments
repo for reproduce: https://github.com/ayyuby26/reproduce_firebase_messaging
The text was updated successfully, but these errors were encountered: