JANET LIUHow to Make (almost) Anything

## Connecting to Firebase For week 12, I decided to connect to firebase for my Settlers of Catan project. The code was fairly simple. I followed this [helpful tutorial](https://randomnerdtutorials.com/esp32-firebase-realtime-database/) to create my own realtime Firebase and authorize my ESP32 to connect with it. Initally, I just tested it with their burner code and it all worked great: <figure><img src="../images/full/12/firebase_Test.png" width="500"/> </figure> Then, I was actually able to upload my catan data to my firebase, code [here](../code/final_project_code.ino) and image below: <figure><img src="../images/full/12/uploaddata_firebase.png" width="500"/> </figure>