79501660

Date: 2025-03-11 17:46:10
Score: 3.5
Natty:
Report link

Did you add the following tag in manifest?

<service
    android:name=".yourpackage.MyFirebaseMessagingService"
    android:directBootAware="true"
    android:exported="true">
    <intent-filter>
        <action android:name="com.google.firebase.MESSAGING_EVENT" />
    </intent-filter>
</service>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Did you add the
  • Low reputation (1):
Posted by: Phan Tuan