Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

firebase_init

Initialize Firebase


Description

Executes a couple lines of JavaScript to initialize Firebase. This function should be called in your Shiny UI immediately after firebase_dependencies.

Usage

firebase_init(firebase_config)

Arguments

firebase_config

list of firebase configuration

Value

a character string of JavaScript code to initialize Firebase

Examples

## Not run: 
my_config <- list(
  apiKey = "your Firebase API key",
  authDomain = "your Firebase auth domain",
  projectId = "your Firebase Project ID"
)

firebase_init(my_config)

## End(Not run)

polished

Authentication, User Administration, and Hosting for 'shiny' Apps

v0.3.0
MIT + file LICENSE
Authors
Andy Merlino [aut, cre], Patrick Howard [aut], Jimmy Briggs [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.