Skip to content

Xamamrin form : How to recieve notification from firebase console with image #168

Description

@veezo2007pk

I want to send notification to device token from firebase console with image, for example notification should be display like this.
Title
Body
Image // here is the issue i want to display image from url now when i get notification now i get url how i can convert url and display image.

My code for send notificaiton is this and i am sending from POSTMAN

{ "data":{
     "title":"New Notification!",
     "body":"Test\",
     "user_id": "1234",
        "image": "http://pngimg.com/uploads/google/google_PNG19645.png"
 },
"to" : "device_token" }

here is the image for notification i am currently getting and you can see clearly that i am getting url instead of image

enter image description here

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions