Skip to content

Instantly share code, notes, and snippets.

@conorluddy
Created August 6, 2019 09:50
Show Gist options
  • Save conorluddy/e5f348486968961a2b1f0ccf9caab506 to your computer and use it in GitHub Desktop.
Save conorluddy/e5f348486968961a2b1f0ccf9caab506 to your computer and use it in GitHub Desktop.
Firebase ENV config etc
const config = {
apiKey: process.env.FIREBASE_KEY,
authDomain: process.env.FIREBASE_DOMAIN,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment