skip to Main Content

Firebase functions not loading .env file

According to the Firebase documentation, Loaded environment variables from .env. should be printed to the console when deploying functions. My functions are exported inside src/functions/functions.ts. This is specified in my package.json file: main: lib/src/functions/functions.js (since I am using TypeScript, I…

VIEW QUESTION
Back To Top
Search