firebase icon indicating copy to clipboard operation
firebase copied to clipboard

Google FIrebase for shiny

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

I'm not sure how, or if it's possible, but the current way of requiring all content to use either `f$req_sign_in()` or `reqSignin()` seems like it would get tedious and very...

feature

Bumps [terser](https://github.com/terser/terser) from 5.11.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Hi, thanks for this useful package. is there a way to capture the error message if user enters incorrect email or password? Thank you for your help.

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hi, I tried the demo sample code in the documentation, however, no responses are returned for both methods. Am I missing something? Thank you.

Hello! There is any plan to add support for Firestore database ?

feature

Hey, this package is great. One thing I am trying to have is a seperate modal box which has to be completed before showing the rest of the app. I...

feature

I try the code below,but it dosen't work. ```r library(bs4Dash) library(shiny) library(firebase) ui

Hi, I am trying to use the `firebase` lib in a shiny app built using `shinydashboard`. I tried adjusting the example provided in the documentation but I don't think this...