In this video we finally get down to the business of triggering a notification from the Firebase Console (FCM console) and successfully receiving the Push notification from on the side. In the previous videos we have already seen how to configure the app and FCM console, so in this video it’s all about wiring up the some code to make this work. For this we have understand some of the APIs provided by FCM SDK. The APIs that we explore are FirebaseMessaging, FirebaseInstanceId and FirebaseMessagingService. You will have to create extend FirebaseMessagingService and override onNewToken and onMessageReceived.
Follow me on Twitter: / anilvdeshpande
Github link to the Source code: https://github.com/AnilDeshpande/Noti...