Filipe Silva

Results 137 comments of Filipe Silva

cc @samtstern (because I've reported other emulator related issues to you)

The repro (https://github.com/filipesilva/firebase-emulator-parse-url) is using [email protected]. Everything there is the latest as of today, I believe.

@samtstern I don't quite care about setting `credential` and would be happy enough if that is just defaulted. I do care about setting `databaseURL` because I test a sharded RTDB...

@samtstern heya, did you have time to think about what a resolution for this looks like?

@samtstern thanks for getting back to me so quickly! I tested your branch build on https://github.com/filipesilva/firebase-emulator-parse-url and can confirm I no longer get the URL error, and that the write...

@samtstern today I was integrating your changes into our codebase, and I found a follow up problem with the fix you submitted. I've updated the original repository with the most...

Hi @samtstern! I tried going back to the original package versions for everything but firebase-functions in https://github.com/filipesilva/firebase-emulator-parse-url/commit/9ea2e64603b4f4d123fb248cce2cff012e964f95. The new problem still repros so I think it's related to firebase-functions. I'm...

I can confirm that adding `devcards-marked` and `devcards-syntax-highlighter` as custom resolves in my `shadow-cljs.edn` worked: ``` {:builds :cards {:asset-path "/js" :modules {:main {:init-fn app.cards/main}} :compiler-options {:devcards true} :output-dir "public/js" :js-options...

Runtime execution proper will still fail with the following message: ``` Uncaught ReferenceError: DevcardsMarked is not defined at Object.devcards$util$markdown$markdown_to_html [as markdown_to_html] ``` This seems to happen because of these configuration...

Here's an example of shadow-cljs with devcards: https://github.com/filipesilva/shadow-cljs-devcards