Основная проблема, которую я обнаружил, требует версию служб Google для подключаемого модуля местоположения и подключаемых модулей FCM.
в файле build.gradle уровня приложения в самом низу
dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.firebase:firebase-core:16.0.1' }
apply plugin: 'com.google.gms.google-services' com.google.gms.googleservices.GoogleServicesPlugin.config.disableVersionCheck
= true