ExpoKit push notifications with 3rd party on android

I have an issue where I need to integrate another push notification sdk (sales force marketingCloud) into an expoKit android app. Marketing Cloud is using firebase FCM notifications but still has it’s own sdk. I’m able to get push notifications to display when sending directly using the firebase server key and device token, but cannot get notifications initiated from marketing cloud push to show up. I do beleive they are being received by the app, just not handled.

My suspicion is that the ejected expoKit app already has wired up the notifications, and this is overridding my marketingCloud sdk implementation in the application onCreate method. My goal is to try to remove the parts of expo kit’s default registering and handling of notifications to confirm if this is my issue.

Can anyone point me into the right direction of how to accomplish this?

1 Like