public final class

EmailIdentifier

extends UserIdentifier
java.lang.Object
   ↳ com.google.firebase.auth.UserIdentifier
     ↳ com.google.firebase.auth.EmailIdentifier

Class Overview

Used for looking up an account by email.

See Also
  • {FirebaseAuth#getUsers}

Summary

Public Constructors
EmailIdentifier(String email)
Public Methods
String toString()
[Expand]
Inherited Methods
From class com.google.firebase.auth.UserIdentifier
From class java.lang.Object

Public Constructors

public EmailIdentifier (String email)

Public Methods

public String toString ()