What is FirebaseAuth?

public abstract class FirebaseAuth extends Object . The entry point of the Firebase Authentication SDK . First, obtain an instance of this class by calling getInstance() . Then, sign up or sign in a user with one of the following methods: createUserWithEmailAndPassword(String, String)

Read more