-
ChatterFeed
-
0Best Answers
-
1Likes Received
-
0Likes Given
-
2Questions
-
0Replies
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.
- Arun Kumar Patro 9
- September 11, 2018
- Like
- 1
- Continue reading or reply
I need to write test class for the following code
public with sharing class AccountsController { @AuraEnabled public static List<Account> getAccounts() { return[SELECT Id, Name, Industry , Type, NumberofEmployees, TickerSymbol, Phone FROM Account]; } }
- Arun Kumar Patro 9
- December 07, 2017
- Like
- 0
- Continue reading or reply
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.
- Arun Kumar Patro 9
- September 11, 2018
- Like
- 1
- Continue reading or reply