How to know “topic” name from Firebase notification on iOS

懵懂的女人 提交于 2019-12-01 17:00:57

I got the answer from Firebase support team.

It doesn't seem like there's a way to get this info as per documentation. One workaround I can think of is if you would pass the topic name in your data payload, you can then manually handle it from your code and map it to your message_id.

So looks like this works on Android but on iOS it's not supported today (Dec 2017)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!