I'm completely unable to get any of the documentation examples to work. Shiny loads and appears to think I'm already logged in; even on first launch the only UI I see is the "Sign out" action button. I've tried on different machines, new Google firebase account, config file vs environ vars, but absolutely nothing works. Same results whether I use CRAN version or ‘1.0.0.9000’
One clue. I wonder why do I get this message
> f <- FirebaseUI
> f$new()$set_providers(email=TRUE, google=TRUE)
ℹ Fetching firebase config from environment variables
Error in private$.namespace(session) : attempt to apply non-function
I'm completely unable to get any of the documentation examples to work. Shiny loads and appears to think I'm already logged in; even on first launch the only UI I see is the "Sign out" action button. I've tried on different machines, new Google firebase account, config file vs environ vars, but absolutely nothing works. Same results whether I use CRAN version or ‘1.0.0.9000’
One clue. I wonder why do I get this message