Hi All,
I spent 24h search and tried but could not solve my problem, so I need help from community. I follow Erel to implement Firebase messaging, every thing run very good. My problem is if user do not start the App so they do not receive the pusf notifycation. Or if user remove the App from recent App List they also do not receive the push notifycation. I received the following error
** Service (firebasemessaging) Start **
(RuntimeException) java.lang.RuntimeException: Object should first be initialized.
I had tried the following but not works
#StartCommandReturnValue: android.app.Service.START_STICKY
#StartAtBoot: true
Many thanks for your help
Jonh,