<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.moengage.react">

  <application>
    <service
        android:name="com.moengage.firebase.MoEFireBaseMessagingService"
        android:priority="-1"
        android:exported="false">
        <intent-filter>
            <action android:name="com.google.firebase.MESSAGING_EVENT" />
        </intent-filter>
    </service>
  </application>

</manifest>
