Skip to content

Instantly share code, notes, and snippets.

@djabif
Created March 18, 2018 20:51
Show Gist options
  • Save djabif/362b78848665e1f87d81efce60348951 to your computer and use it in GitHub Desktop.
Save djabif/362b78848665e1f87d81efce60348951 to your computer and use it in GitHub Desktop.
export const environment = {
firebase: {
apiKey: "YOUR_API_KEY",
authDomain: "YOUR_AUTH_DOMAIN",
databaseURL: "YOUR_DATABASE_URL",
projectId: "YOUR_PROJECT_ID",
storageBucket: "YOUR_STORAGE_BUCKET",
messagingSenderId: "YOUR_SENDER_ID"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment