2

Firebase Auth - Android Studio

Firebase Auth - Website

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

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807

1 Answers1

2

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:

enter image description here

Now follow the instructions:

  1. test the connection

  2. add the SDK

Now you should have access to all the methods you need to interact with Firebase.