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>