Nabeel Parkar

Results 486 comments of Nabeel Parkar

Hey. We took a closer look at your repo, and it seems you have a dependency on `@google-cloud/tasks`. Could you try updating that library to `>=5.2.1`? It seems to be...

Sorry for not getting back to you on this for a while. Could you provide a sample which reproduces this?

Okay please do! This is most probably an issue upstream and you may have a peer dependency on cloud tasks from another dependency. You could check your `package-lock.json` file to...

Could you possibly provide a sample of the data in one of these documents, with any sensitive data redacted of course so that I may try to reproduce it?

Is it possible for you to find out which imports from any Firebase or Google Cloud pakcages causes this and in which order?

@PasinduDG Could you check your dependencies as well as mentioned above in the thread?

I see you're using an older version of Google Tasks. Could you follow the steps highlighted in https://github.com/firebase/firebase-functions/issues/1579#issuecomment-2200589340 and confirm if that fixed it or not?

> node: 8 Hello @dat-huynhtuan-tpv-clv. Sorry if I misunderstood, but are you running Node version 8? Also, you may update your version of firebase-functions as well. That may fix your...

You can also use the new `onInit` function to run code on each startup. It's a good place to have `initializeApp`. Since you were able to solve your issue, I...