Hello, I have tried to make Push notifications - Firebase and followed the steps of this tutorial.
www.b4x.com
I was able to see the notification, but I only see the first line of the message (See the picture)
I want to know how I can see more lines like other apps (see the picture)
I would really appreciate any help, thanks.
FirebaseNotifications - Push messages / Firebase Cloud Messaging (FCM)
Clarification: The nice thing about FCM is that your app doesn't need to run in order to receive messages. The FirebaseMessaging service will be started by the OS when a new message arrives. It is not a real issue, but if the user closed your app with a "force close" from the device settings...

I was able to see the notification, but I only see the first line of the message (See the picture)
I want to know how I can see more lines like other apps (see the picture)
I would really appreciate any help, thanks.