Marshmallow 6.0.1 onMessageReceived()多次调用

Gun*_*rge 5 android android-notifications android-6.0-marshmallow firebase-cloud-messaging

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

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

小智 0

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