Joe Bay
Joe Bay
Just an update here - I realized that the css it's downloading isn't actually a font but a references to the font URLs. So I downloaded the fonts directly and...
I would also like to see this. Another library has a similar function - but the library isn't maintained anymore. https://github.com/jloosli/node-firestore-import-export#clearing Some sort of function for a recursive delete would...
It appears I'm having the same issue with the `delete` FieldValue. I get this error `TypeError: Cannot read properties of undefined (reading 'delete')`. This looks to be yet another bug...
> Thank you for reporting this issue. This might have been caused by the Firestore version bump in Admin SDK `v11`. > In the meantime could try adding `import {...
> It seems like as we [move on to the modular SDK](https://firebase.google.com/docs/admin/migrate-node-v10#node.js) we should import the types as needed. The following seems to work for me: > So is this...
> @Joebayld yes, **if you are using the modular SDK** then this is the correct way to import the types. For the issue you are facing with the previous syntax,...
I'm having this issue on v8.5.1. Is everyone still just using 8.3.0 for now? I can look into a PR if anyone has insight as to what exactly broke..
Hey @jlandure Thanks for your help!! It took a few tries but looks like I got it. I also found that wget was already installed so I just skipped that!...
Thanks again for the tips @jlandure. I was using the `with-puppeteer` versions and using it as a devDependency so it didn't get installed with docker (and thus used the global...
Just an update - Did some digging and it found the issue resides in the `serializeSpecialTypes` function. Seems like when checking if the data is an `instanceOf` a FieldValue, all...