sefidgaran / salesforce-marketing-cloud

Salesforce Marketing Cloud MobilePush Flutter SDK
https://pub.dev/packages/sfmc_plugin
MIT License
6 stars 21 forks source link

Salesforce with FCM #12

Closed rodrigobastosv closed 1 year ago

rodrigobastosv commented 1 year ago

I have a general question about the use of this plugin.

I found no way to set the user FCM Token to the salesforce. Is this not needed it all? It will just work without this step?

Sorry for the ignorance, but i am not very used with salesforce.

alextarragosalle commented 1 year ago

The plugin handles the retrieval of the token and the registration of the device. You only need to add the contactKey to the device you are registering and you should be able to find the linked Contact <> Device in your MC dashboard.

rodrigobastosv commented 1 year ago

Thanks very much!