I\'m starting to use the Firebase Cloud Messaging.
I have only the example code of the guide to use the Notifications and Analytics. If I don\'t install Analytics n
try this:
add
compile 'com.google.firebase:firebase-analytics:9.2.0'
and change this:
compile 'com.google.firebase:firebase-messaging:9.0.2'
to THIS (same version on all)
compile 'com.google.firebase:firebase-messaging:9.2.0'
if this doesn't work, put all firebase versions to 9.0.2, or 9.0.0