Hi we are trying to implement BloomReach SDK in our react native app following the documentation below.
https://documentation.bloomreach.com/engagement/docs/react-native-sdk
we are trying to integrate the Notifications part as per this doc in android for now.
https://documentation.bloomreach.com/engagement/docs/react-native-sdk-push-android
The doc says we need to register a Service in android manifest .
Currently we are using Notifee with react native Firebase to show our own notifications . React native firebase register its own Service which I can see in merged manifest.
My question is if I register a new Service for Bloomreach how it's going to work ? I have look through the internet and found that we can not register multiple Services in manifest with same action. How can I handle this in simplest way without making things complicated .
Let me know if you need More information on the issue.
Hi we are trying to implement BloomReach SDK in our react native app following the documentation below.
https://documentation.bloomreach.com/engagement/docs/react-native-sdk
we are trying to integrate the Notifications part as per this doc in android for now.
https://documentation.bloomreach.com/engagement/docs/react-native-sdk-push-android
The doc says we need to register a Service in android manifest .
Currently we are using Notifee with react native Firebase to show our own notifications . React native firebase register its own Service which I can see in merged manifest.
My question is if I register a new Service for Bloomreach how it's going to work ? I have look through the internet and found that we can not register multiple Services in manifest with same action. How can I handle this in simplest way without making things complicated .
Let me know if you need More information on the issue.