Custom FCM and HMS Implementations
If your platform uses a custom FirebaseMessagingService
or HmsMessageService
, you need to update your AndroidManifest.xml
file to avoid service conflicts with Netmera.
Step 1. Manifest Configuration
For Custom FirebaseMessagingService
:
If you are using your own FirebaseMessagingService
class, make sure to add the following line to your AndroidManifest.xml
to remove Netmera's default FCM service:
For Custom HmsMessageService
:
If you are using your own HmsMessageService
class, include the following entry in your manifest to remove Netmera’s default HMS service:
Step 2. FCM and HMS Implementations
For Custom FirebaseCloudMesssaging
(FCM)
For Custom HmsMessageService
(HMS):
Last updated
Was this helpful?