I want to write a sketch for the ESP32 CAM to upload images in Arduino C++ to a Firebase app. The ESP32 CAM has a motion sensor that when triggered wakes the ESP32-Cam up out of sleep mode, takes a picture then uploads picture with a unique ID to a Firebase app then goes back to sleep. I have tried to adapt the the tutorial posted by Random Nerd Tutorial but I cannot seem to get the the the unique ID to work would someone be willing to help me with this problem. I would be really really grateful!!