android - Cannot find symbol "messaging" in com.google.firebase.messaging.FirebaseMessagingService -


i trying access firebasemessagingservice using firebase 9.2.1 library. have created project download json file. have integrated json file project. firebaseinstanceidservice running fine showing error firebasemessagingservice. checked project folder inside android studio. find firebase-messaging 9.2.1 library missing. how can resolve issue. have upgraded of sdk libraries. please me fix issue.

enter image description here

enter image description here

enter image description here

you need add firebase messaging dependencies:

compile 'com.google.firebase:firebase-messaging:9.2.1' 

setup firebase cloud messaging explained in documentation.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -