jlcvp / fcm-node

A Node.JS simple interface to Google's Firebase Cloud Messaging (FCM) for Android & iOS & Web Notification and data push
MIT License
125 stars 46 forks source link

Turn on display on notification #30

Closed albesdev closed 6 years ago

albesdev commented 7 years ago

this is not really an issue because the library is excellent... anyway i'm wondering if there is a fast way to force the screen on (when the device is locked) with a notification. Is there any parameter or setting that we can use to do this? Thank you

jlcvp commented 6 years ago

On Android we can wake up the phone and launch an activity programatically. You can attach the codes showed here on your FirebaseMessagingService.onMessageReceived