Tag: node.js

  • Downgrading Node from 10.x to 8.x

    Downgrading Node from 10.x to 8.x

    I’m working on a Firebase Cloud function, I run into an issue when I tested the function locally on mine machine. I got the message – “Warning, FIREBASE_CONFIG and GCLOUD_PROJECT environment variables are missing. Initializing firebase-admin will fail”. Searching Google for why I get this issue on my local machine, show that there is an…