Skip to content

Instantly share code, notes, and snippets.

@wojtek1150
Created December 3, 2018 09:34
Show Gist options
  • Save wojtek1150/505d75152dafec3ec94605165a935ab6 to your computer and use it in GitHub Desktop.
Save wojtek1150/505d75152dafec3ec94605165a935ab6 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