Sumit Rai

Results 17 comments of Sumit Rai

I wanted to say the same thing 👍 Thanks for creating this library

any updates on this issue ? I am not able to use modular imports on Node 16 `Cannot find module 'firebase-admin/auth'` My installed version is `10.0.0`

Thanks for making this change, waiting eagerly for this change to roll out 🙏

Do we really need to support some of these old node versions ? Before Node 14 all versions has been EOLed a while back https://endoflife.date/nodejs

Hi @dougwilson if you could please review this again 🙏

Hi, the build seems to be failing on Nodejs 0.8 ``` npm ERR! TypeError: Object.keys called on non-object npm ERR! at Function.keys (native) npm ERR! at installTargetsError (/home/runner/.nvm/v0.8.28/lib/node_modules/npm/lib/cache.js:708:24) npm ERR!...

I have the same issue, the resulting app is empty. Is this project still in development ?

There is a similar issue https://github.com/rollup/rollup/issues/2072 which was closed a while back. I would also like this to be supported by Rollup out of the box, maybe this could be...

While its not a solution, but I also had a situation where I needed to use existing `express` middlewares into my Sveltekit app. I realized that I can't add the...

I am facing the same issue of connectToStores called multiple times for no reason. It seems to batch multiple events, when I need them to be dispatched instantaneously. For eg:...