Why i got wrong in FirebaseAuth?

You haven’t imported the FirebaseAuth class.

Paste this into the top of RegistrationActivity.java.

import com.google.firebase.auth.FirebaseAuth;

Leave a Comment