I am using Cordova to create a mobile application and I am trying to send a push notification via google Firebase.
I managed to set the title , body , badge , sound , etc., but I can not figure out how to set the LED blinking when receiving a notification.
I tried using localNotification , but this requires the application to run at any time.
Do you have any ideas on how to fix this?
source share