Class 'MyFirebaseMessagingService' is not abstract and does not implement abstract base class member public abstract fun zzd(p0: Intent!)

前端 未结 8 1857
萌比男神i
萌比男神i 2021-01-07 16:39

Here I have used FirebaseMessagingService in Kotlin but when I run the project it will give me the following error:

Class \'MyFirebaseMessagingService

8条回答
  •  天命终不由人
    2021-01-07 17:22

    On 2nd of May there is a new release that allow the below

    Firebase Android SDKs now have independent version numbers, allowing for more frequent, flexible updates.

    So I think now we need to used different versions according to each module, check release notes pages to latest released details https://firebase.google.com/support/release-notes/android

提交回复
热议问题