Description
Create the configuration file necessary to running fireblaze.
Note that if you changed the project you must use said ID
here, not the one originally created by Google.
Usage
create_config(api_key, project_id, auth_domain = NULL, overwrite = FALSE)firebase_config(api_key, project_id, auth_domain = NULL, overwrite = FALSE)
Arguments
auth_domain
Authentication domain, if omitted uses,
attempts to build firebase's default domain.
overwrite
Whether to overwrite any existing configuration file.
Details
Do not share this file with anyone.
Examples
Run this code# NOT RUN {
firebase_config("xXxxx", "my-project")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab