Firebase Auth - Android Studio
I want to make a login system with email and password. I enabled it from Firebase Website, but when I came to the android studio there is no option to connect with Email/Password.
Image included in the first two links
I read a blog post there he has it like : Firebase Auth system image from Blog
Please help if you can. Thank You
In the first Image simply click on "authenticate using google sign-in" if you are using Java or the one below if you are using Kotlin, you should get:
Now follow the instructions:
test the connection
add the SDK
Now you should have access to all the methods you need to interact with Firebase.