Issues with env variables not being parsed properly
I'm using the firebase-admin for Nodejs. Below is what my firebase config.json file looks like. I'm using the dotenv npm package to parse my env variables. { "type": "process.env.FIREBASE_POJECT_TYPE", "project_id": "process.env.FIREBASE_PROJECT_...
Oct 24, 2018E