Grey square as notification icon using Firebase notifications

后端 未结 5 490

I am attempting to integrate Firebase Cloud Messaging into my android app. But when the app is in the background or closed, Firebase notification is displayed with grey squa

5条回答
  •  猫巷女王i
    2020-12-31 07:33

    From Firebase 9.8.0 it is possible to change this icon, by adding info about this in Manifest:

    
        
    

    Example you will find here:

    https://github.com/firebase/quickstart-android/blob/master/messaging/app/src/main/AndroidManifest.xml

提交回复
热议问题