DIGI Byte
DIGI Byte
That would only mean that you aren't actually retrieving any files, since it would be undefined. I think this issue is effectively closed - the project would need a patch...
not sure what you mean: I posted that same code above and you claimed it gave you errors and you then also posted it on SO?
that's because there is no such thing as 'id' on the user.
> for me worked: > > Firebase Console -> Realtime Database -> Rules > > Edit Rules: { "rules": { ".read": "true", ".write": "true", } } please tell me you...
> perhaps if you follow the model of passing the user token as a value, and do conditional read/writes based on user paths and directories. allow all for read and...
Ah, sorry, wrong error code - that was from a library I was removing When using `import lzutf8 from "lzutf8";` the following error occurs >Module '"c:/development/Ground Zero/functions/node_modules/lzutf8/build/production/lzutf8"' can only be...
This is a plain Typescript project for a backend app - no framework.
I can wrap it as you have shown. it's not a bug, just a lack of ES default export not existing.
if this is related to cloud functions deploy, that should be handled inside the functions package.json, need a confirmation on this.
found some tips, this is often related to the dependencies not being installed, you can re-install the packages to a specific version and append the command onto it `npm add...