Is it possible to upload pictures or videos taken from Esp32-cam (Ai-Thinker board) to firebase cloud storage? Thanks for any help.
2 Answers
Hi.
I think it should be possible.
You need to make a request to your firebase cloud server with the photo.
We have this tutorial that sends a photo to Telegram:https://randomnerdtutorials.com/telegram-esp32-cam-photo-arduino/
Maybe you can modify the sendPhotoTelegram() function to send the photo to Firebase instead.
I hope this helps.
Regards,
Sara