Access Firebase Realtime Database
Inherited methods
new()
RealtimeDatabase$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.
ref()
on_value()
response
A 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.
path
Path to the database full URL to file.
set()
data
Dataset to upload.
response
A 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.
path
Path to the database full URL to file.
update()
data
Dataset to update.
response
A 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.
path
Path to the database full URL to file.
delete()
response
A 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.
path
Path to the database full URL to file.