Skip to content

Instantly share code, notes, and snippets.

@fredriccliver
Created August 15, 2020 15:09
Show Gist options
  • Save fredriccliver/2a32a7f7d8470b953f3c3ab4e0ff0dab to your computer and use it in GitHub Desktop.
Save fredriccliver/2a32a7f7d8470b953f3c3ab4e0ff0dab to your computer and use it in GitHub Desktop.
const firebaseConfig = {
apiKey: "...",
authDomain: "...",
databaseURL: "...",
projectId: "...",
storageBucket: "...",
messagingSenderId: "...",
appId: "...",
}
export {firebaseConfig}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment