All Questions
5 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:...
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: ...
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
...
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 ...
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 ...