We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
I am working on firebase push notification for my project. I am receiving notification on all my devices.
My issue is
iOS devices showing notifications in below format.
Title : Subtitle : text/body:
My android devices showing notifications in below format.
Title : text/body:
below is the payload i am using for sending notification.
var payload = { "notification":{ "title":"New Price Alert! "+ clientDataAfter.productname, "subtitle":"Get before its gone", "body":"Old Price "+clientDataAfter.oldprice+" || New Price "+ clientDataAfter.newprice, "click_action":"FLUTTER_NOTIFICATION_CLICK", }, "data" : { "id":ID, "name": Name, "newprice":newprice }, }
I want to show notifications in 3 line format on both iOS and android. How can i achieve this?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello .. Awaiting answer...
Sorry, something went wrong.
No branches or pull requests
Hello
I am working on firebase push notification for my project. I am receiving notification on all my devices.
My issue is
iOS devices showing notifications in below format.
My android devices showing notifications in below format.
below is the payload i am using for sending notification.
I want to show notifications in 3 line format on both iOS and android. How can i achieve this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: