Marshmallow 6.0.1 onMessageReceived()多次调用

时间:2017-04-07 09:52:53

标签: android android-notifications firebase-cloud-messaging android-6.0-marshmallow

我正在使用Firebase推送通知。所有其他移动设备显示一个通知,但我的Marshmallow 6.0.1显示40到50个通知。 google.message_id每次都会更改。

@Override
public void onMessageReceived(String from, Bundle data) {
    // this method is called multiple times
}

1 个答案:

答案 0 :(得分:0)

更新项目中的firebase,解决了我的问题