Google recomends to update from GCM to Firebase: https://developers.google.com/cloud...oid-migrate-fcm#update_the_usage_of_gcmpubsub
I have a running app which communicates via GCM. Any ideas how to migrate in B4a? (changing the manifest or calling other servers is the easier part)
Firebase Cloud Messaging (FCM) is the new version of GCM. It inherits the reliable and scalable GCM infrastructure, plus new features! See the FAQ to learn more. If you are integrating messaging in a new app, start with FCM. GCM users are strongly recommended to upgrade to FCM, in order to benefit from new FCM features today and in the future.
I have a running app which communicates via GCM. Any ideas how to migrate in B4a? (changing the manifest or calling other servers is the easier part)