I am creating a watch application for my watch and using FirebaseMessaging for notifications. On Galaxy watch4, when the notifications are not coming when the watch is in sleep state. As soon as I wake the watch, the full screen notification comes.
I am using pending intents to show full screen notification. Also if the full screen notification triggers, no vibration is happening for that case even after setting vibration for that notification.
Result required is that as soon as the notifications comes, the watch should wake and full screen notification should come along with the vibration.
Example : When we receive a notification for a WhatsApp call on the watch. The wearable screen wakes and vibrate for that notification. My use case is similar only the WhatsApp call UI will be replaced with my custom UI.