[Vortex] Differentiate data and notification messages in FCM payloads
Review Request #547 — Created April 12, 2018 and submitted
Information | |
---|---|
pprkut | |
Lunr | |
548 | |
297f321... | |
Reviewers | |
lunr | |
FCM supports two types of messages, data and notification. The previous fix for iOS was necessary, because apparently data messages are difficult to handle there. However, that broke data messages for Android. Rename the setter so we can differentiate between data and notification messages when constructing the FCM payload.
Unit tests