firebase cloud messaging Request contains an invalid argument

前端 未结 5 961
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-04 11:24

I am getting error while sending message using Firebase cloud messaging admin API.

Error message is below

Caused by:

5条回答
  •  旧巷少年郎
    2021-01-04 12:08

    In my case, the problem was that certain keys are not allowed in a notification data payload. Specifically, the key 'from' is forbidden.

    Firebase data message payload

提交回复
热议问题