I am using firebase cloud messaging for push notification in the unity android app, I am getting a small icon fine but missing the right side app icon. Please check the attached image.enter image description here I am looking for a solution but did not find one. If one has a solution please share. Thanks in advance!
            Asked
            
        
        
            Active
            
        
            Viewed 305 times
        
    0
            
            
        - 
                    Please add the code you have tried – unownsp Apr 07 '21 at 12:10
- 
                    https://stackoverflow.com/questions/39828704/firebase-notification-always-shows-blank-icon – Whitebrim Apr 07 '21 at 14:05
1 Answers
0
            
            
        Please share your notification code,
or try with below code smallIcon() method
NotificationCompat.Builder mBuilder = new NotificationCompat.Builder(baseContext).setLargeIcon(large_icon) .setSmallIcon(image);
Hope it will work..!!
 
    
    
        Radhika Gami
        
- 91
- 4
