I am using Cloud Functions and want to get the project name from within one of my Javascript server files. I know that value is stored in the .firebaserc, but I don\'t thin
Thank you @Frank. The answer is:
process.env.GCLOUD_PROJECT.
I'm not sure where the variable process comes from, but this does work to get the project name.