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 Mon, 03 Jun 2024 11:47:26 +0000 hourly 1 https://wordpress.org/?v=6.6.1 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.

]]>
By: eli https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-918941 Tue, 28 May 2024 14:36:10 +0000 https://randomnerdtutorials.com/?p=107690#comment-918941 hi sara
i have this problem cant seem to fix can you help

mode:DIO, clock div:1
load:0x3fce3808,len:0x44c
load:0x403c9700,len:0xbe4
load:0x403cc700,len:0x2a68
entry 0x403c98d4
Connecting to WiFi…
LittleFS mounted successfully
Guru Meditation Error: Core 1 panic’ed (LoadProhibited). Exception was unhandled.

Core 1 register dump:

]]>
By: Nalinga https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-915743 Thu, 16 May 2024 17:09:19 +0000 https://randomnerdtutorials.com/?p=107690#comment-915743 I change code to send multiple images to firebase. Currently it’s working. if someone needs the code, just drop a mail. dknalinga99@gmail.com

]]>
By: loho https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-915728 Thu, 16 May 2024 15:13:43 +0000 https://randomnerdtutorials.com/?p=107690#comment-915728 In reply to Sara Santos.

please tell me the code so i can take lots of photos

]]>
By: Gerardo https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-898168 Wed, 13 Mar 2024 19:02:32 +0000 https://randomnerdtutorials.com/?p=107690#comment-898168 Can you explain how to do this with the code you provided?

]]>
By: Nalinga https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-895024 Tue, 27 Feb 2024 07:31:26 +0000 https://randomnerdtutorials.com/?p=107690#comment-895024 Is it possible to store images in SD card and send it Firebase one by one?

]]>
By: Nalinga https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-894669 Sun, 25 Feb 2024 17:38:29 +0000 https://randomnerdtutorials.com/?p=107690#comment-894669 anyone have code for multiple images uploading.? if it’s, please can get that?

]]>
By: Stefan https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-880646 Thu, 28 Dec 2023 21:02:04 +0000 https://randomnerdtutorials.com/?p=107690#comment-880646 In reply to Sara Santos.

Hi All,
issue statement: web page doesn’t show picture nor time and date

Regarding the rule: I see the method of Authorization in tutorial is “anonymous” but I kept it as email/pass

Now, after 2^8 times I changed rules to different suggestions when T/S I ended up at:
rules_version = ‘2’;

service firebase.storage {
match /b/{bucket}/o {
match /{allPaths=**} {
allow read, write: if true;
}
}
}
maybe not the strongest, but hey, I am uploading picture of my 3D print

then,
Re: problem uploading picture: reset your sign in password in Firebase project, refresh page, maybe grab a cup of tea and come back, Of course in Arduino IDE sketch change password as well. it worked for me.

Then, I noticed I am getting the date and time near refresh button, but no picture.

after sniffing around java consol (ctrl+shift+I) in OPERA I noticed the app does not see app.js file NADA, NULL, ZERO
what I found was that line for app.js was between and section

then, I had a look at index.html file from different project and I noticed that is in section, so I “monkey see, monkey do” thingy and I created folder under public file , scripts file, then I moved the app.js in to that new folder. After that I ended up with this:

ESP32-CAM Web App

<p><img id="img" width="500px"></p>
<p>Last picture taken: <span id="date-time"></span></p>
<button onclick="window.location.reload();">Refresh</button>
<!--INCLUDE JS FILES-->
http://scripts/app.js

firebase deploy went off and when I reloaded the web app page, BOOM! the picture is there, what a freeing good feeling, I am having glass of refreshing beverage to celebrate success.

full project files here boyos https://github.com/MrEstefano/esp32-camera-app

Best
Stef

]]>
By: Tito https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-873313 Mon, 20 Nov 2023 23:30:57 +0000 https://randomnerdtutorials.com/?p=107690#comment-873313 Can I save the photo file into local network drive?

]]>
By: lappast https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comment-864243 Fri, 06 Oct 2023 10:11:02 +0000 https://randomnerdtutorials.com/?p=107690#comment-864243 Thnx a bunch, it helped alot. I will be more grateful if u told me how can I save multiple photos in the database.

]]>