Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Push from firebase console always got default icon (Gradle Firebase 11.8.0)

For firebase sdk 11.8.0, my push generated from firebase console directly to my application (which is in the background) always show default android icon but not my customized one.

It works fine when i downgrade the sdk to 11.4.2.

Anyone have the same bug?


update:

just test with my oneplus 3T and nokia 6, running Android 8.0 and 7.1.1 respectively.

Both use Firebase SDK 11.8.0.

Nokia 6 worked, Oneplus 3T failed.

Not sure is mobile phone problem or Android System problem.


Update @ 27-3-2018

Fix:
Thanks Piotr's update that this has been fixed on 12.0.0


Update @ 17-6-2020 revised title to describe the problem accurately

like image 759
dwqdq13213 Avatar asked Jan 29 '18 05:01

dwqdq13213


1 Answers

It is a bug in Firebase version 11.8.0 on Oreo. I was facing the same issue, but when I downgraded to version 11.6.2 it working fine for me.

And now this issue is resolved in new version 12.0.0.

like image 80
Muhammad Noman Avatar answered Nov 03 '22 06:11

Muhammad Noman