I'm trying to use firebase
for background notifications.
but it does not detect FirebaseMessagingService
attempt extends
of this and it tells me:
can not resolve
in the gradle I have
dependencies {
classpath 'com.google.gms:google-services:4.1.0'
}
compile 'com.google.firebase:firebase-core:16.0.4'
compile 'com.google.firebase:firebase-messaging:9.8.0'
apply plugin: 'com.google.gms.google-services'
but if I do an import I get com.google.firebase.messaging.
and after this R o *, I do not get the other options for example FirebaseMessagingService
or FirebaseInstanceIdService
within (iid) although I've already seen that in the documentation that can not be used.
I want to obtain and update the token.