Preparation

The Ironhacks Platform (the platform) use the following firebase services:

We assume you are familiarized with all these services, how they work, and how to code using them. If you are not familiarized with them please check the Firebase documentation.

Project structure

The platform is a follow the react-create-app structure:

  • ./
  • .gitignore
  • firebase.json
  • package.json
  • readme.md
  • public/
  • All the standard react-create-app files
  • source/
  • img/
    • Global images
  • js/
    • source files and entry point.

We will get into details on the contents below.