Skip to content

Instantly share code, notes, and snippets.

@malikkurosaki
Created September 20, 2018 17:13
Show Gist options
  • Save malikkurosaki/0f01c4cd3b19143e0322aa0e178822f2 to your computer and use it in GitHub Desktop.
Save malikkurosaki/0f01c4cd3b19143e0322aa0e178822f2 to your computer and use it in GitHub Desktop.
<service android:name=".FireIDService"
android:exported="false">
<intent-filter>
<action android:name="com.google.firebase.INSTANCE_ID_EVENT" />
</intent-filter>
</service>
<service android:name=".FireBaseMsgService"
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