Package io.nuov.firebase.authentication
Class FirebaseAuthentication
java.lang.Object
io.nuov.firebase.authentication.FirebaseAuthentication
The class FirebaseAuthentication.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FirebaseAuthentication
public FirebaseAuthentication()Instantiates a FirebaseAuthentication.
-
-
Method Details
-
addUser
Adds a User.- Parameters:
email- the email address- Returns:
- the uid from the user
-
getPasswordResetLink
Gets the password reset link.- Parameters:
email- the email addressurl- the (redirect) url- Returns:
- the password reset link
-
getUid
Gets the uid.- Parameters:
email- the email address- Returns:
- the uid
-
userExists
Checks if a user exists.- Parameters:
email- the email address- Returns:
- true if the user exists
-