Sign up with email/password
Value
A named list with the following items:
idToken: A Firebase Auth ID token for the newly created user.email: The email for the newly created user.refreshToken: A Firebase Auth refresh token for the newly created user.expiresIn: The number of seconds in which the ID token expires.localId: The uid of the newly created user.error:NULLif no error code in responseA list of 2 if response was an error:
code: Error codemessage: Error message
Details
Visit Firebase Auth REST API docs for more details