I tried to run the index.js file and it shows me the below error
C:\blog\functions>node index.js
{"severity": "WARNING", "message": "Warning, FIREBASE_CONFIG and GCLOUD_PROJECT environment variables are missing. Initializing firebase-admin will fail"}```
i know that
firebase functions:config:set someservice.key="THE API KEY" someservice.id="THE CLIENT ID"
this command will set environmental variables but what values should I set in environmental variables
I don't understand these lines from firebase documentation: (https://firebase.google.com/docs/functions/config-env)
process.env.GCLOUD_PROJECT: Provides the Firebase project ID
process.env.FIREBASE_CONFIG: Provides the following Firebase project config info:
should i set firebaseConfig details from project settings into environmental variables