Firebase | R Documentation |
Core Firebase class.
An object of class Firebase
.
session
A valid Shiny session.
new()
Firebase$new( config_path = "firebase.rds", session = shiny::getDefaultReactiveDomain() )
config_path
Path to the configuration file as created by firebase_config
.
session
A valid shiny session.
Initialise Firebase
Initialises the Firebase application client-side.
Invisibly return the class.
expose_app()
Firebase$expose_app()
Expose App
Expose the firebaseApp
object product of initializeApp()
by
attaching it to the window
: access it with window.firebaseApp
.
print()
Firebase$print()
Print the class
clone()
The objects of this class are cloneable with this method.
Firebase$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.