Learn R Programming

firebase (version 0.1.0)

create_config: Config

Description

Create the configuration file necessary to running fireblaze.

Usage

create_config(api_key, project_id, auth_domain = NULL, overwrite = FALSE)

Arguments

api_key

API key of your project.

project_id

Id of your web project.

auth_domain

Authentication domain, if omitted uses, attempts to build firebase's default domain.

overwrite

Whether to overwrite any existing configuration file.

Value

Path to file.

Details

Do not share this file with anyone.

Examples

Run this code
# NOT RUN {
create_config("xXxxx", "my-project")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab