Langsung ke konten utama

Postingan

Menampilkan postingan dengan label android firebase cloud messaging

Firebase Cloud Messaging in Android

Firebase Cloud Messaging (FCM) is the new version of GCM. It inherits the reliable and scalable GCM infrastructure, plus new features. If you are integrating messaging in a new app, start with FCM. GCM users are strongly recommended to upgrade to FCM, in order to benefit from new FCM features today and in the future. Firebase Cloud Messaging is very easy to integrate into your Application. Just like GCM, FCM is a cross-platform messaging solution that allows you to send messages. FCM is completely free and there are no limitations Firebase Setup The Feature and Settings up of Application in Application is Explained in  Previous post . After this, follow the tutorial as in below. In This post, I am not explaining about any Layouts. Simply explains the Java code build to FCM Application. Adding Firebase Messaging to Your Project Now come back to your android project. Go to app folder and paste  google-services.json   file. Now go to your root level build.gradle f...