1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-09 11:14:56 +02:00
php-web-maker/src/firebaseInit.js
2018-06-16 14:56:14 +05:30

12 lines
382 B
JavaScript

import firebase from 'firebase/app';
// import 'firebase/firestore';
const config = {
apiKey: 'AIzaSyBl8Dz7ZOE7aP75mipYl2zKdLSRzBU2fFc',
authDomain: 'web-maker-app.firebaseapp.com',
databaseURL: 'https://web-maker-app.firebaseio.com',
projectId: 'web-maker-app',
storageBucket: 'web-maker-app.appspot.com',
messagingSenderId: '560473480645'
};
firebase.initializeApp(config);