0

I'm trying to create an app that allows authentication via firebase according to this tutorial.Unfortunately, when writing the code for the AppModule.kt file, there is a problem with specifying the getInstance function for FirebaseAuth.

this is my AppModule.kt code

I searched for a solution on the Internet, unfortunately I did not find it.

1

1 Answer 1

1

You have imported the wrong class. You should import FirebaseAuth from the firebase package.

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.