powered by
Sign up with email/password
sign_up(email, password)
A named list with the following items:
idToken: A Firebase Auth ID token for the newly created user.
idToken
email: The email for the newly created user.
email
refreshToken: A Firebase Auth refresh token for the newly created user.
refreshToken
expiresIn: The number of seconds in which the ID token expires.
expiresIn
localId: The uid of the newly created user.
localId
error:
error
NULL if no error code in response
NULL
A list of 2 if response was an error:
code: Error code
code
message: Error message
message
The email for the user to create.
The password for the user to create.
Visit Firebase Auth REST API docs for more details
if (FALSE) { sign_up(email = "new-user-email", password = "strong-password") }
Run the code above in your browser using DataLab