powered by
Executes a few lines of JavaScript to initialize Firebase. This function should be called in your Shiny UI immediately after firebase_dependencies.
firebase_dependencies
firebase_init(firebase_config)
a character string of JavaScript code to initialize Firebase
named list of firebase configuration values. Required values are:
list
apiKey
authDomain
projectId
if (FALSE) { my_config <- list( apiKey = "your Firebase API key", authDomain = "your Firebase auth domain", projectId = "your Firebase Project ID" ) firebase_init(my_config) }
Run the code above in your browser using DataLab