Local Notification : receive a notification when the application is closed

Hi all,
I use the local notification to launch the necessary notifications. it works well when the app is open. I now want to do the same when the application is closed.
For those who wonder, it’s in android that I noticed the problem. The documentation followed is: https://github.com/katzer/cordova-plugin-local-notifications
Do you have an idea for me?
Thank you

cordova-plugin-local-notifications…Local notification only works when app is open , it will won`t work if it is closed…

Thank you. That’s what I thought. Is there a way to launch notifications from a firebase database then?
Or should I use something else?
Thank you.