I am confused about GCM to FCM migration. I was sending data only, so I could wake up my app when it was closed, and got into onmessagereceive. With my migration to FCM, it no longer works, and saw following :
A service extending GcmListenerService is now required only for the following use cases: receiving messages with data payload only. WHat exactly needs to be maintained from the GCM part. Do I need to have both FCM and GCM in my manifest, and do I need to have both FCMlistenerservice AND GCMlistenerservice ? If only GCMlistenerservice is required, what is then the use of the FCM migration , and why is this data payload only not integrated in the FCM ? Thanks in advance Best regards Ludo Kustermans