I run firebase emulators:start
to test my functions locally.
In my functions I use the GCLOUD_PROJECT environment variable to initialize firebase-admin accordingly.
What is the value of GCLOUD_PROJECT while running the emulators?
What is the value of GCLOUD_PROJECT while running Firebase emulators?
616 views Asked by Louis Coulet At
1
According to this pull request, GCLOUD_PROJECT should work like this:
Also, in the documentation, it states:
If it doesn't work the way you expect, then I suggest filing an issue on the same repo.