Class FirebaseAuthentication

java.lang.Object
io.nuov.firebase.authentication.FirebaseAuthentication

public class FirebaseAuthentication extends Object
The class FirebaseAuthentication.
  • Constructor Details

    • FirebaseAuthentication

      public FirebaseAuthentication()
      Instantiates a FirebaseAuthentication.
  • Method Details

    • addUser

      public String addUser(String email)
      Adds a User.
      Parameters:
      email - the email address
      Returns:
      the uid from the user
    • getPasswordResetLink

      public String getPasswordResetLink(String email, String url)
      Gets the password reset link.
      Parameters:
      email - the email address
      url - the (redirect) url
      Returns:
      the password reset link
    • getUid

      public String getUid(String email)
      Gets the uid.
      Parameters:
      email - the email address
      Returns:
      the uid
    • userExists

      public boolean userExists(String email)
      Checks if a user exists.
      Parameters:
      email - the email address
      Returns:
      true if the user exists