Skip to content

Instantly share code, notes, and snippets.

@Ikhiloya
Last active July 20, 2020 23:34
Show Gist options
  • Save Ikhiloya/1353810e88741d1feb878214e385b452 to your computer and use it in GitHub Desktop.
Save Ikhiloya/1353810e88741d1feb878214e385b452 to your computer and use it in GitHub Desktop.
Environment variables to hold firebase service account configuration
FIREBASE_BUCKET_NAME=<add-the-value-from-service-account-file.json>
FIREBASE_PROJECT_ID=<add-the-value-from-service-account-file.json>
FIREBASE_TYPE=<add-the-value-from-service-account-file.json>
FIREBASE_PRIVATE_KEY_ID=<add-the-value-from-service-account-file.json>
FIREBASE_PRIVATE_KEY=<add-the-value-from-service-account-file.json>
FIREBASE_CLIENT_EMAIL=<add-the-value-from-service-account-file.json>
FIREBASE_CLIENT_ID=<add-the-value-from-service-account-file.json>
FIREBASE_AUTH_URI=<add-the-value-from-service-account-file.json>
FIREBASE_TOKEN_URI=<add-the-value-from-service-account-file.json>
FIREBASE_AUTH_PROVIDER_X509_CERT_URL=<add-the-value-from-service-account-file.json>
FIREBASE_CLIENT_X509_CERT_URL=<add-the-value-from-service-account-file.json>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment