Skip to content

Instantly share code, notes, and snippets.

@wilsonjuniordeveloper
Created December 28, 2019 21:15
Show Gist options
  • Save wilsonjuniordeveloper/93ebc220764d9869052bd3127e7a7da0 to your computer and use it in GitHub Desktop.
Save wilsonjuniordeveloper/93ebc220764d9869052bd3127e7a7da0 to your computer and use it in GitHub Desktop.
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