Yes, it is possible ‘to receive notifications from google cloud message when the application is fully closed’. Infact, A broadcast receiver is the mechanism GCM uses to deliver messages. You need to have implement a BroadcastReceiver and declare it in the AndroidManifest. xml .
Read moreHow do you implement firebase push notifications in flutter?
Using FCM Console To send a notification, go to Firebase Console → Cloud Messaging and click on Send your first message . Then enter the Title and body field. If you wish to send it to a particular device then click on Send test message and enter the FCM registration token. (Enter the current FCM registration token).
Read moreWhy do I only get notifications when the app is open?
If you aren’t receiving notifications from a specific app, the most likely culprit is the notification settings for that app . Every app has its own set of permissions to access Android features, and notifications are one. Make sure notifications are enabled for the apps you want.
Read more