Here I have used FirebaseMessagingService in Kotlin but when I run the project it will give me the following error:
Class 'MyFirebaseMessagingService' is not abstract and does not implement abstract base class member public abstract fun zzd(p0: Intent!): Unit defined in com.google.firebase.messaging.FirebaseMessagingService
Any help?
Firebase Android Release Notes
You should
Downgrade
version. Use15.0.0
.NOTE
If the problem still coming, You can use
stable
12.0.1
.I have tried everything possible kept my play libraries at version 15.0.0 but switch firebase libraries to 15.0.2 and that still give me this error:
I also tried to switch to using latest google-service plugin 3.3.1, that gives me some weird errors, that make no sense to me!
I am running Android Studio 3.2 and it gives me above problems.
Using gradle4-5 and
We have the same problem with version 15.0.0.
Downgrade to 12.0.1 solves the problem.