Skip to content

Instantly share code, notes, and snippets.

@softauthor
Created December 8, 2019 22:22
Show Gist options
  • Save softauthor/051e77c1b3ea90e5a87c16ff4e2b8a12 to your computer and use it in GitHub Desktop.
Save softauthor/051e77c1b3ea90e5a87c16ff4e2b8a12 to your computer and use it in GitHub Desktop.
import firebase from 'firebase'; // Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "**************",
authDomain: "**************",
databaseURL: "**************",
projectId: "**************",
storageBucket: "",
messagingSenderId: "**************",
appId: "**************",
measurementId: "**************"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment