反应本机Firebase推送通知不触发生产FCM /云功能

时间:2019-11-25 00:01:14

标签: firebase push-notification google-cloud-functions react-native-firebase react-native-fcm

我正在尝试实现推送通知,并为dev和prod部署了相同的云功能。对于开发人员,我每次都能收到通知:

enter image description here

但是对于prod,我得到一个错误,它将永远不会发送:

enter image description here

这是我的通知方法:

txtUnsorted.setText(txtUnsorted.getText() + String.valueOf(Numbers[x])+ "," );

不知道为什么由于两者都有相同的promise错误,为什么会在一个与另一个中触发?