小编Bha*_*ani的帖子

FCM收到消息问题

我正在将FCM整合到我的项目中.但收到通知后,我在Log中遇到错误.(错误文字颜色为蓝色)

W/FirebaseMessaging: Received message with unknown type: text
Run Code Online (Sandbox Code Playgroud)

我的代码是这样的:

public void onMessageReceived(RemoteMessage remoteMessage) {
        Log.d("Notification", "Success");
        sendNotification(remoteMessage);
}
Run Code Online (Sandbox Code Playgroud)

在这段代码中,第一行没有执行,也没有调试.

android push-notification firebase-cloud-messaging

1
推荐指数
1
解决办法
1096
查看次数