compile "com.google.firebase:firebase-auth:$FOO"
compile "com.google.android.gms:play-services-auth:$FOO"
compile "com.android.support:design:$BAR"
compile "com.android.support:customtabs:$BAR"
compile "com.android.support:cardview-v7:$BAR"
I need to add explicit compile declarations in your build.gradle. This link says https://github.com/firebase/FirebaseUI-Android#installation to put this codes to avoid the conflicts . but Android studio says FOO,BAR is not found. Help me