Access Firebase Realtime Database
Inherited methods
new()RealtimeDatabase$new(
config_path = "firebase.rds",
session = shiny::getDefaultReactiveDomain()
)config_pathPath to the configuration file as created by firebase_config.
sessionA valid shiny session.
ref()on_value()responseA boolean or character string.
TRUE indicates that you want to capture the
results of the file upload (e.g.: success or failed)
with get_response method. FALSE indicates you do
not want those results back. A character string is
used as named of the response which then can be used
in the get_response method.
pathPath to the database full URL to file.
set()dataDataset to upload.
responseA boolean or character string.
TRUE indicates that you want to capture the
results of the file upload (e.g.: success or failed)
with get_response method. FALSE indicates you do
not want those results back. A character string is
used as named of the response which then can be used
in the get_response method.
pathPath to the database full URL to file.
update()dataDataset to update.
responseA boolean or character string.
TRUE indicates that you want to capture the
results of the file upload (e.g.: success or failed)
with get_response method. FALSE indicates you do
not want those results back. A character string is
used as named of the response which then can be used
in the get_response method.
pathPath to the database full URL to file.
delete()responseA boolean or character string.
TRUE indicates that you want to capture the
results of the file upload (e.g.: success or failed)
with get_response method. FALSE indicates you do
not want those results back. A character string is
used as named of the response which then can be used
in the get_response method.
pathPath to the database full URL to file.