Skip to content

Instantly share code, notes, and snippets.

@gavilanch
Created June 3, 2019 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gavilanch/282f8da15f732e965ca28e3073e5aa29 to your computer and use it in GitHub Desktop.
Save gavilanch/282f8da15f732e965ca28e3073e5aa29 to your computer and use it in GitHub Desktop.
const firebaseConfig = {
apiKey: "theAPIKEY",
authDomain: "domain",
databaseURL: "databaseURL",
projectId: "todo-109ef",
storageBucket: "todo-109ef.appspot.com",
messagingSenderId: "senderId",
appId: "AppId"
};
export const environment = {
production: false,
firebaseConfig
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment