yarn install
yarn serve
yarn build
yarn lint
./firebaseConfig.js
export default {
apiKey: "...",
authDomain: "x.firebaseapp.com",
databaseURL: "https://x.firebaseio.com",
projectId: "x",
storageBucket: "x",
messagingSenderId: "x",
appId: "123",
measurementId: "x"
};