Skip to main content

All Questions

0 votes
1 answer
65 views

Firebase error when deploying cloud function: Cannot find module ...firebase-functions\lib\bin\firebase-functions.js'

I'm facing this issue and I don't know how to resolve it. I'd like to deploy a Firebase hosting app which use cloud functions from Firebase. so here is the logs firebase deploy --only functions:...
Gladitor's user avatar
  • 136
0 votes
2 answers
97 views

Firebase CLI is ignoring my cloud function when deploying

I have cloud function defined in my index.ts. However, when try to deploy my cloud functions with firebase deploy, the Firebase CLI is not detecting my function. Output in the terminal ✔ functions: ...
Nils Reichardt's user avatar
0 votes
1 answer
311 views

Using firebase tools as a node module in firebase function

I am trying to call the export method from the firebase tools node module in a firebase function. await firebase_tools.auth.export(tempLocalFile); But i am receiving the following error ...
ebg11's user avatar
  • 1,046
0 votes
0 answers
260 views

Testing firebase functions locally

I am new to firebase. Trying to figure out how it works. I have successfully created and deployed a firebase function. When I am trying to run it locally then I am getting an error. So, When I ...
shashank's user avatar
  • 357
4 votes
2 answers
1k views

Firebase functions deploy results in "Error in the build environment"

When I try to deploy functions with the firebase-tools cli I always receive a Deployment error for every function. The output looks like this: ! functions[import]: Deployment error. Error in the ...
Stan van Heumen's user avatar