function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Arun Kumar Patro 9Arun Kumar Patro 9 

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.User-added image