Deployment error.
Function failed on loading user code. Error message: Error: please examine your function logs to see the error cause
1 min readSep 23, 2020
⚠ functions[myFunction(us-central1)]: Deployment error.
Function failed on loading user code. Error message: Error: please examine your function logs to see the error cause: https://cloud.google.com/functions/docs/monitoring/logging#viewing_logsFunctions deploy had errors with the following functions:
myFunctionTo try redeploying those functions, run:
firebase deploy --only "functions:myFunction"To continue deploying other features (such as database), run:
firebase deploy --except functions
execute this command to check what error has occurred.
$ firebase functions:log