Hi
I'm trying to implement FCM push notification in Unity, and so far, my app can received the message and notification.
My question is, is it possible to do the this scenario:
"I want to inform the device if they have a new message from Mr.Mike, but if the app current page is already showing the chat with Mr.Mike page, it won't show the notification, but add the message to the new chat bubble instead. But if the app is not in the chat with Mr.Mike page, or app in background or killed, it will show the notification. (yes, the scenario just like how Whatsapp handle the notification)"