I am currently using firebase-messaging 9.4.0 and there is an error while building the application I got an error saying
Error:(18, 8) error: zzae(Intent) in FirebaseMessagingService cannot override zzae(Intent) in zzb
attempting to assign weaker access privileges; was protected
So I inspected the compiled FirebaseMessagingService which was the subclass of com.google.firebase.iid.zzb
and had zzae(Intent) method as private but its subclass FirebaseMessagingService
had protected access I know that subclasses cannot have weaker reference than its super class so I guess there is something wrong with FirebaseMessagingService library.
I got the same today i changed play-services to 9.8.0 but i had firebase still at 9.4.0, changing firebase to use 9.8.0 solved it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With