Created
July 26, 2020 04:56
-
-
Save sprejjs/4061244aaa72379f500d37d7b2d4f52c to your computer and use it in GitHub Desktop.
Exposing the custom messaging service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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