标签: android firebase push-notification firebase-cloud-messaging
无法在onMessage上接收数据有效载荷消息手机被锁定时接收。我正在使用firebase admin nodejs SDK发送数据消息。请帮忙!!
答案 0 :(得分:0)
我们应该有一个有效载荷,例如:
{ ..., "data": { "key1":"value1", "key2":"value2", ... } }
在应用锁定时接收onMessageReceived事件