标签: android android-notifications firebase-cloud-messaging android-6.0-marshmallow
我正在使用Firebase推送通知。所有其他移动设备显示一个通知,但我的Marshmallow 6.0.1显示40到50个通知。 google.message_id每次都会更改。
google.message_id
@Override public void onMessageReceived(String from, Bundle data) { // this method is called multiple times }
答案 0 :(得分:0)
更新项目中的firebase,解决了我的问题