Skip to content

Instantly share code, notes, and snippets.

@shivaluma
Created December 6, 2019 13:32
Show Gist options
  • Save shivaluma/75aac3cdc1e3933e43a31d728d69306a to your computer and use it in GitHub Desktop.
Save shivaluma/75aac3cdc1e3933e43a31d728d69306a to your computer and use it in GitHub Desktop.
<service
android:name=".service.FirebaseMessagingService">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
</intent-filter>
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment