Hello! I implemented the push function. But when you push Android, you will not hear any sound or vibration.
I do not know if the feature is yet available in this forum, but I want to know if the alert is still available.
I followed the methods of this site.
https://github.com/fuse-compound/FuseExample_Using_APNS_and_Firebase_Together
Push.onReceivedMessage = function(payload, fromNotificationBar) {
console.log ("Recieved Push Notification: " + payload);
console.log ("fromNotificationBar="+fromNotificationBar);
message.value = payload;
};