Last active
July 20, 2020 23:34
-
-
Save Ikhiloya/1353810e88741d1feb878214e385b452 to your computer and use it in GitHub Desktop.
Environment variables to hold firebase service account configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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