While compiling I'm getting a warning like this,
The app Gradle file must have a dependency on com.google.firebase:firebase-core for Firebase services to work as intended.
just add the below line
updated
implementation 'com.google.firebase:firebase-core:17.0.0'
I think your Gradle file has the below implementation
missing. Add this to your app-level build.gradle
file
implementation 'com.google.firebase:firebase-core:17.5.1'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With