I have checked my app build.gradle file and these are the only lines that are related to firebase in them
/***
* Firebase
*/
implementation \'com.google.f
What worked for me was changing com.google.android.gms:play-services-location:15.+
to com.google.android.gms:play-services-location:11.6.2
so that it's the same version as my com.google.firebase:firebase-messaging:11.6.2
library.
The change was in file platform/android/project.properties
.
The location and push notifications library is working perfect now