未收到Firebase通知

时间:2017-10-16 13:54:23

标签: android firebase firebase-notifications

我试图收到我从firebase控制台发送的通知,但我无法得到任何通知。无论应用程序是在前台还是后台。

我已经在我的应用级build.gradle文件中设置了FCM SDK。

dependencies {
     compile 'com.google.firebase:firebase-messaging:10.0.1'
}

感谢您帮助我解决错误。

1 个答案:

答案 0 :(得分:0)

只是添加依赖性还不够。

您需要实施FirebaseMessagingService才能实际接收通知。

请按照:https://firebase.google.com/docs/cloud-messaging/android/receive