You need to sign in to do that
Don't have an account?

Salesforce push notification for Firebase Cloud Messaging
I am working on push notification in salesforce using Firebase (FCM) as the cloud messaging provider. But i tried with the available latest document
ie. http://resources.docs.salesforce.com/214/5/en-us/sfdc/pdf/salesforce_mobile_push_notifications_implementation.pdf
but if didn't work as it GCM and FCM json format is different.
I tried with Http post method , so i am able to get the push notification but in order to get dynamic for that i need to get device token from mobile push registration field in user.
can anyone tell me how do i get it.
ie. http://resources.docs.salesforce.com/214/5/en-us/sfdc/pdf/salesforce_mobile_push_notifications_implementation.pdf
but if didn't work as it GCM and FCM json format is different.
I tried with Http post method , so i am able to get the push notification but in order to get dynamic for that i need to get device token from mobile push registration field in user.
can anyone tell me how do i get it.