First clone the repo into an empty directory
frontend/src/firebase:
- Firebase.jsx
- FirebaseConfig.jsx
frontend/yarn.lock
frontend/.gitignore
This app uses local images stored in the frontend/public directory. This is will be implemented with firebase storage emulator.
npm install -g firebase-tools firebase login firebase projects:list firebase init -- pick firebase emulators -- choose default options for emulators + storage emulator -- choose default ports -- finish
sudo apt update -- type java in terminal to get install options in our case we installed using the following: sudo apt install openjdk-11-jre-headless
firebase emulators:start --only auth,database,firestore --import database --export-on-exit database
-- type yarn in terminal to get install commands npm install --global yarn
yarn dev