Created
August 15, 2020 15:09
-
-
Save fredriccliver/2a32a7f7d8470b953f3c3ab4e0ff0dab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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