Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BurningDroid/5f2151b2fc04dd2a321a40ad59d6864f to your computer and use it in GitHub Desktop.
Save BurningDroid/5f2151b2fc04dd2a321a40ad59d6864f to your computer and use it in GitHub Desktop.
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/ic_user_add" />
<meta-data
android:name="com.google.firebase.messaging.default_notification_color"
android:resource="@color/colorAccent" />
...
<service android:name=".service.fcm.FCMService">
<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