sign_up {firebase.auth.rest}R Documentation

Sign up with email/password

Description

Sign up with email/password

Usage

sign_up(email, password)

Arguments

email

The email for the user to create.

password

The password for the user to create.

Details

Visit Firebase Auth REST API docs for more details

Value

A named list with the following items:

Examples

## Not run: 
  sign_up(email = "new-user-email", password = "strong-password")

## End(Not run)

[Package firebase.auth.rest version 1.0.0 Index]