Closed ivokwee closed 3 years ago
Yes, indeed I noticed, it's an issue with the namespace of the input. I'll have to fix that eventually. For now one has to create it in the main server function.
server <- function(input, output) {
f <- FirebaseEmailPassword$new()
FirebaseEmailPasswordServer("fire123", f)
}
Fixed, thanks for reporting this again!
Hi John,
Seems to me Firebase is not working properly in Shiny modules. See below. If I create the Firebase object outside the module and pass it as argument it seems to work. Or am I doing something wrong?
Ivo