Skip to content

Instantly share code, notes, and snippets.

@MattBevis
Created January 13, 2022 07:10
Show Gist options
  • Save MattBevis/57c9e856e427e4f67d07eeb84d0f3acb to your computer and use it in GitHub Desktop.
Save MattBevis/57c9e856e427e4f67d07eeb84d0f3acb to your computer and use it in GitHub Desktop.
{
"Generate firebase environment variables": {
"prefix": "fireenv",
"body": [
"REACT_APP_FIREBASE_API_KEY=${1}",
"REACT_APP_FIREBASE_AUTH_DOMAIN=${2}",
"REACT_APP_FIREBASE_PROJECT_ID=${3}",
"REACT_APP_FIREBASE_STORAGE_BUCKET=${4}",
"REACT_APP_FIREBASE_MESSAGING_SENDER_ID=${5}",
"REACT_APP_FIREBASE_APP_ID=${6}"
],
"description": "Generates all the firebase environment variables without you having to type them out"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment