Answers for "firebase notification icon not showing"

0

firebase notification icon not showing

add in manifest.xml

<meta-data
            android:name="com.google.firebase.messaging.default_notification_icon"
            android:resource="@drawable/logo" />
Posted by: Guest on April-23-2021

Code answers related to "firebase notification icon not showing"

Browse Popular Code Answers by Language