Package 

Class AuthUI


  • 
    public final class AuthUI
    
                        

    The entry point to the AuthUI authentication flow, and related utility methods. If your application uses the default FirebaseApp instance, an AuthUI instance can be retrieved simply by calling getInstance. If an alternative app instance is in use, call getInstance instead, passing the appropriate app instance.

    See the READMEfor examples on how to get started with FirebaseUI Auth.