Firebase – FCM data-message not received instantly on both iOS and Android in release mode
I am building a chat part in my flutter app. I was pushing my notifications as Notifications and not as only-data messages using FCM service. I faced a problem of firebase collapsing notifications if the user wasn't online, where it…