// Import the functions you need from the SDKs you need import * as firebase from "firebase"; // TODO: Add SDKs for Firebase products that you want to use // https://firebase.google.com/docs/web/setup#available-libraries // Your web app's Firebase configuration const firebaseConfig = { apiKey: "AIzaSyCA6GQQRquvLLrdyO8wuYUc0s6FWGKF5-Y", authDomain: "eshopmobile-fb508.firebaseapp.com", projectId: "eshopmobile-fb508", storageBucket: "eshopmobile-fb508.appspot.com", messagingSenderId: "734223583165", appId: "1:734223583165:web:6849ecf86323894686b4d4" }; // initialize firebase let app; if(!firebase.apps.length) { app = firebase.initializeApp(firebaseConfig); } // const auth = firebase.auth() export {firebase};
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)