firebase icon indicating copy to clipboard operation
firebase copied to clipboard

Google FIrebase for shiny

Results 25 firebase issues
Sort by recently updated
recently updated
newest added

Currently seems like only files can be uploaded since 'data_url' is passed to the `uploadString` function from firebase SDK. This could be handled by using `uploadBytes` or by setting the...

Right now, calling e.g., `firebase::Storage$new()$ref(some_directory)$list_files_all(response = 'some_response')` returns only the list of files in that directory. It would be nice to also return the list of any sub-folders in that...

I found that login with username is possible on firebase as described [here](https://github.com/firebase/functions-samples/tree/main/Node-1st-gen/username-password-auth). But I couldn't find an option to do so in the package. Please direct me to the...

Hi I wonder if its possible to add additional info or text to `firebaseUIContainer`. I would like to add 1 line of text. Is that possible or is this a...

Hello! I want to detect which of my users or devices are actively online — otherwise known as detecting "presence." there is any way to do it with this package...

feature

Unlike f$get_created(), which provides a response for a failed user creation attempt, f$get_signed_in() and f$signed_in don't return any response for a failed login attempt. How can I work around this...

Hi, I'm working on a rather shinyApp which involves a firebase login. Until most recently, the app was working but, potentially since upgrading to Windows 11, I am getting this...

bug

Hello, Thank you for this package (and all the others!), and apologies if this is not the correct venue for this. I have followed the demo application provided in the...

I am not sure if this needs work from `bslib` or `firebase` but reporting here. My app `server` contains the regular `firebase` code for signing out, and the `email` and...

The below works reliably in Chrome and Safari, but only intermittently Firefox. When it doesn't work, nothing is rendered in the Firefox browser. ```r library(shiny) library(firebase) ui

documentation