Hi, i have implemented the notification push with firebase, and i save and display my notify message in method "fm_MessageArrived" like this
... n.SetInfo2(titolo,messaggio_problema,id_notifica,Main)
n.Vibrate=True
n.AutoCancel=True
n.Notify(id_notifica)
i set the actovity main to start when the notify is clicked.
But i have a problem when i start phone and app is closed...i don't receive the notifications.
Only when i start the application, i receive the notify.
Ho i can solve it and receive the notify always?
Thank you