udurraniAtPresage

Results 5 comments of udurraniAtPresage

> Sorry, only just saw this. The support for Firestore is difficult to integrate with R given how it works. I tried, it's not impossible but makes for a very...

I understand. I'd love to contribute but I have little to no experience with JavaScript. I guess the best way to go is to use the Cloud Firestore REST API...

It seems that `capture_exception` does not really capture what we need in a shiny app. But with `shiny::printStackTrace()` and `sentryR::capture`, we can get the exact same traceback as shown in...

Yes. Here are the server and ui files: ## UI ``` ui

@JohnCoene I figured out what is causing the issue. It is `echarts` with `NULL` data. If I remove the echarts plot from the app, the sign out button appears. But...