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

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -