glin / reactable

Interactive data tables for R
https://glin.github.io/reactable
Other
627 stars 80 forks source link

reactable breaks firebase storage #275

Open ncullen93 opened 2 years ago

ncullen93 commented 2 years ago

This is the weirdest bug but I am using firebase (https://github.com/JohnCoene/firebase/) and it works great to query my firebase storage, UNLESS I include a reactable::reactableOutput() component anywhere in the app. It has no effect on firebase authentication though.

Assuming this is some clash of dependencies. Couldn't really find any javascript functions with the same name or anything. If anyone has any ideas I'd love to hear...

Hard to make a de-identified repro so I'm more just documenting this for others who may run into this issue.

glin commented 2 years ago

Can you provide more details on what appears to be breaking? Are there any errors in R, or do you think this is only a browser/JavaScript issue? Is the breakage with Firebase functionality or the tables? Do the tables appear empty on the page? If this is only an issue in the browser, you might be able to find some error messages in the JavaScript console, if you open up your browser's dev tools and look in the JavaScript console.

Without more info or a repro, this will be very hard to figure out though. I did at least try to load a simple Shiny app with the firebase JS dependencies (useFirebase()) and a reactableOutput(), and didn't see any issues in R or JavaScript.