Core Firebase class.
An object of class Firebase.
sessionA valid Shiny session.
new()Firebase$new(
config_path = "firebase.rds",
session = shiny::getDefaultReactiveDomain()
)config_pathPath to the configuration file as created by firebase_config.
sessionA 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)deepWhether to make a deep clone.