Skip to content

Instantly share code, notes, and snippets.

@sprejjs
Created July 26, 2020 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sprejjs/4061244aaa72379f500d37d7b2d4f52c to your computer and use it in GitHub Desktop.
Save sprejjs/4061244aaa72379f500d37d7b2d4f52c to your computer and use it in GitHub Desktop.
Exposing the custom messaging service
<service android:name=".MyFirebaseMessagingService"
android:exported="false">
<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