Skip to content
Advertisement

Tag: firebase

Firebase Functions times out when using puppeteer’s browser.newPage()

I have seen others having relatively minor performance problems with puppeteer running on Firebase Functions. In my case, Firebase times out before I can do anything with puppeteer, even with the memory and timeoutSeconds cranked all the way up. Code: Here’s the resulting Firebase Functions log. It takes a few seconds to run puppeteer.launch(), and then browser.newPage() won’t finish at

Image Upload Error: TypeError [ERR_INVALID_ARG_TYPE]: The “path” argument must be of type string. Received type undefined

I’m trying to upload images to firebase using postman. With firebase serve running, I send a post request to my route along with Authorization header and the image file but get the following error in the console: TypeError [ERR_INVALID_ARG_TYPE]: The “path” argument must be of type string. Received type undefined Full error message: Answer The problem is that you typed

Get all the documents from a collection firebase angular/typescript [closed]

Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 2 years ago. Improve this question Hello everybody I am check in the official webside of firebase how to

Advertisement