79072380

Date: 2024-10-10 00:13:13
Score: 2.5
Natty:
Report link

I was actually able to get this working in the Pre-Deployment Test UX using this package https://www.npmjs.com/package/dotenv which I found via https://stackoverflow.com/a/75493151/6146641 - Then just add your .env file with GCLOUD_PROJECT="PROJECT_ID" and call require('dotenv').config() in your function.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Dustin Kerstein