Skip to content

Instantly share code, notes, and snippets.

@forrestswork
Created May 12, 2019 22:10
Show Gist options
  • Save forrestswork/b3062b16752edb76a12312a2b8705ab5 to your computer and use it in GitHub Desktop.
Save forrestswork/b3062b16752edb76a12312a2b8705ab5 to your computer and use it in GitHub Desktop.
export const environment = {
production: false,
firebase: {
apiKey: '<your-key>',
authDomain: '<your-project-authdomain>',
databaseURL: '<your-database-URL>',
projectId: '<your-project-id>',
storageBucket: '<your-storage-bucket>',
messagingSenderId: '<your-messaging-sender-id>'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment