Clarify firebase environmental variables
See original GitHub issueMention in documentation firebase_key is the firebase service key and expected key structure is json
export FIREBASE_KEY='{"type": "service_account","project_id": ... }'
Also consider an example env file in the repo.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Firebase, environment variables clarification - Stack Overflow
I'm trying to implement the environment variables in my firebase functions. I set my vars as stated in this doc, ...
Read more >Configure your environment | Cloud Functions for Firebase
Environment variables · Create a .env file in your functions/ directory: # Directory layout: · Open the .env file for edit, and add...
Read more >Developing a Firebase Function Pt 2 - Environment Variables ...
In this lesson, I will explain how you can configure environment variables for your API and how to perform other HTTP methods such...
Read more >Feature Request: Params · Issue #1084 · firebase ... - GitHub
Params are an upcoming layer atop of the existing support for environment variables and Cloud Secret manager. They will be very easy to...
Read more >Issues storing Firebase keys as environment variable
Private Key not recognized once read from CircleCI environment variable. My integration tests are using a Firebase key for authentication.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah yes, great spot @AllanRegush , thank you 👍
Which of the files is this to be added to? and please a little clarification on this issue @eddiejaoude as I am not familiar with firebase