You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing an android application using kotlin. I am using firebase notifications in my app.notifications arrive when the app in foreground and background.but when I killed the app notification did not come. How to fix the issue?
I am developing an android application using kotlin. I am using firebase notifications in my app.notifications arrive when the app in foreground and background.but when I killed the app notification did not come. How to fix the issue?
I am using latest firebase version
implementation 'com.google.firebase:firebase-messaging:20.2.0'
Implementing my messaging service:
Declared in AndoridManifest.xml like this
Only the foreground notification arrives but when I killed the app notifications not came. Help to fix the issue.
I am using Android emulator and android version is android-10
The text was updated successfully, but these errors were encountered: