Android Question Message received by firebase is empty

Snoop

Member
Hi, I'm trying to receive a notification and display on android, it doesn't matter if it's foreground or background. I get the message that it was received, but the notification does not appear.

1675089878307.png


When I'm debugging the source, I end up seeing that the title and body variables are empty. I'm trying to send by python through firebase_admin, but I noticed that also sending by Firebase Console this problem also happens.

1675090148835.png
 
Top