## 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:
Then, I was actually able to upload my catan data to my firebase, code [here](../code/final_project_code.ino) and image below: