我正在使用Firebase推送通知。所有其他移动设备都显示一个通知,但我的棉花糖 6.0.1 显示 40 到 50 个通知。 google.message_id
每次都会更改。
@Override
public void onMessageReceived(String from, Bundle data) {
// this method is called multiple times
}
在您的项目中更新Firebase,解决了我的问题