sign_in {firebase.auth.rest}R Documentation

Sign in a user with email & password

Description

Sign in a user with email & password

Usage

sign_in(email, password)

Arguments

email

User email

password

User password

Details

Visit Firebase Auth REST API docs for more details

Value

A named list with the following items:

Examples

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

## End(Not run)

[Package firebase.auth.rest version 1.0.1 Index]