Comments on: ESP32-CAM Save Picture in Firebase Storage https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 17 Jun 2025 17:41:32 +0000 hourly 1 https://wordpress.org/?v=6.8.1 By: Stenl https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-1015075 Sun, 09 Mar 2025 18:47:27 +0000 https://randomnerdtutorials.com/?p=107690#comment-1015075 In reply to Sara Santos.

Thanks! In my case it was that the Arduino boards manager had been updated and rolling it back to v2.0.9 allows me to do the basic firebase access. Thanks for all your work!

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-1007300 Wed, 12 Feb 2025 10:23:37 +0000 https://randomnerdtutorials.com/?p=107690#comment-1007300 In reply to Ed.

Is this what you’re looking for?
https://randomnerdtutorials.com/esp32-cam-display-pictures-firebase-web-app/

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-1007298 Wed, 12 Feb 2025 10:20:16 +0000 https://randomnerdtutorials.com/?p=107690#comment-1007298 In reply to Steenl.

Hi.
We’ll update all Firebase tutorials next month.
We’re currenlty out of the office.
Regards,
Sara

]]>
By: Ed https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-1007030 Tue, 11 Feb 2025 08:05:33 +0000 https://randomnerdtutorials.com/?p=107690#comment-1007030 In reply to sumin.

Did you ever do the follow up: display the picture in a webapp

]]>
By: Steenl https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-1006846 Mon, 10 Feb 2025 14:42:10 +0000 https://randomnerdtutorials.com/?p=107690#comment-1006846 Thanks for another great tutorial.
I am seeing :
Sd2PinMap.h:510:2: error: #error Architecture or board not supported
when using IDE 2.3.4 with libraries:
Firebase-ESP-client v4.3.0
SD v1.3

https://github.com/mobizt/Firebase-ESP-Client indicates the library is now deprecated, so could we get specific library and IDE versions to use or tutorial updated to https://github.com/mobizt/FirebaseClient?
Thanks!

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-1000082 Wed, 15 Jan 2025 14:21:51 +0000 https://randomnerdtutorials.com/?p=107690#comment-1000082 In reply to Matanel.

Hi.
What is the version of the Firebase library you’re using?
Regards,
Sara

]]>
By: Matanel https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-999271 Sun, 12 Jan 2025 14:47:41 +0000 https://randomnerdtutorials.com/?p=107690#comment-999271 hey, I get this error while compiling
error: ‘class FirebaseESP32’ has no member named ‘Storage’

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-990064 Mon, 09 Dec 2024 11:31:30 +0000 https://randomnerdtutorials.com/?p=107690#comment-990064 In reply to Ciril.

Do you get any other information on the serial Monitor?
Which board are you selecting in Tools > Board?
Regards,
Sara

]]>
By: Ciril https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-990026 Mon, 09 Dec 2024 08:09:20 +0000 https://randomnerdtutorials.com/?p=107690#comment-990026 Hello Sara, I got an error below, PS I am using M5Stack esp32 cam
Connecting to WiFi.
WiFi connected.
LittleFS mounted successfully
E (1236) cam_hal: cam_dma_config(301): frame buffer malloc failed
E (1237) cam_hal: cam_config(389): cam_dma_config failed
E (1237) camera: Camera config failed with error 0xffffffff
Camera init failed with error 0xffffffff
E (6796) wifi:NAN WiFi stop
ets Jun 8 2016 00:22:57

]]>
By: Giuseppe https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-921140 Mon, 03 Jun 2024 11:47:26 +0000 https://randomnerdtutorials.com/?p=107690#comment-921140 Hi Sara,
I found a problem with the Firebase _ESP-Client library
I know it has been replaced but it is working by a customer and I should solve the problem I try to explain:

Token info: type = token id (GITKit token), status = error

I found that the Firebase call token, from this Library, lasts 60 minutes. At the end of this time you must request a new token or restart the system.
Have you ever encountered this problem?
Do you have a solution then?
Thanks for the kind cooperation.
Best regards.

]]>