Created
December 28, 2019 21:15
-
-
Save wilsonjuniordeveloper/93ebc220764d9869052bd3127e7a7da0 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
import firebase from ‘firebase’; | |
const config = { | |
apiKey: "AIzfhrwkKhDBFHbntnKhTahHjkNK6FG875dsdfSB6y", | |
authDomain: "teste-76g33.firebaseapp.com", | |
databaseURL: "https://teste-76g33.firebaseio.com", | |
projectId: "tste6g33", | |
storageBucket: "", | |
messagingSenderId: "547432956432" | |
}; | |
firebase.initializeApp(config); | |
export default firebase; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment