symbolicsorcerer

Results 3 comments of symbolicsorcerer

In the meantime, in case anyone runs across this, I'm using this (although I have only tested things manually a few times and I'm not 100% sure it's working): ```python...

I've had a lot of trouble debugging an app running with the node adapter. There's literally nothing logged aside from the initial "listening" message. I think we need to go...

The fix is in main but not released. As a workaround in the meantime for folks, you can update package.json: ``` "svelte-adapter-firebase": "git://github.com/jthegedus/svelte-adapter-firebase.git#a18d29b", ```