This is my first time working with Notifications and I can’t seem to figure out the issue. What I am Trying To do: In short, I have a service that checks for a variable in a firebase document, if it’s true, show a notification. And before you say it, I can’t use Cloud Functions in this scenario. I’ll explain, everything
Tag: notifications
Notification comes in notification list but not pop ups on main screen
I am sharing two images please have a look on it you will understand my problem in fist image notification comes successfully as shown better me notification but I want it to come and show first on main screen as shown in second image just this telegram notification. first image second image Answer If I understand correctly, you would like
Android FCM notification is not received when app is close or Killed
I implemented FCM Push Notifications. The main problem is when app is closed, notifications not arrive when this happen on device. I tried a lot of thigs for that works; when notification sent the server response with “success”, but I never received. Manifest.xml Answer Try adding enabled=”true” and INTERNAL_SERVICE permission to your message service