Skip to content

Instantly share code, notes, and snippets.

@techlab23
Created February 26, 2018 02:17
Show Gist options
  • Save techlab23/572634205d5d6f3aa0ff317ec679efef to your computer and use it in GitHub Desktop.
Save techlab23/572634205d5d6f3aa0ff317ec679efef to your computer and use it in GitHub Desktop.
.env file with Firebase development project configuration variables
API_KEY= <your-firebase-development-project-api-key-without-quotes>
AUTH_DOMAIN= <your-firebase-development-project-auth-domain-without-quotes>
DATABASE_URL = <your-firebase-development-project-database-url-without-quotes>
PROJECT_ID = <your-firebase-development-project-id-without-quotes>
STORAGE_BUCKET = <your-firebase-development-project-storage-bucket-without-quotes>
MESSENGER_SENDER_ID = <your-firebase-development-project-messenger-sender-id-without-quotes>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment