I would like to use Firebase authentication.
On gradle, I've put this:
dependencies {
compile 'com.google.firebase:firebase-auth:9.2.0'
}
When the app start, simply crashes.
If doesn't put the compile firebase dependencie, the application starts.
How can view what is happen?