createUser: Firebase user creation function

Description Usage Arguments Value Examples

View source: R/index.R

Description

Creates a new firebase user account. All user accounts can accessed at the firebase.com project console. One of the advantages of firebase accounts in R is the ability to access a website and analyse the data of the website with the very same login.

Usage

1
createUser(projectAPI, email = "prompt", password = "prompt")

Arguments

projectAPI

The Firebase Project API string

email

The user email string

password

The user password string

Value

Registers a new user and returns the status.

Examples

1
2
3
4
## Not run: 
createUser(projectAPI = "AIzaSyAjZLO9-CRV3gObpwdFz-k8AiTOxHSBmdc", email = "your@email.com", password = "12341234" )

## End(Not run)

Kohze/fireData documentation built on Oct. 19, 2020, 8:19 a.m.