question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Clarify firebase environmental variables

See original GitHub issue

Mention 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:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
eddiejaoudecommented, Aug 4, 2020

Ah yes, great spot @AllanRegush , thank you 👍

1reaction
Ruth-ikegahcommented, Aug 2, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found