Comments on: ESP32 with Firebase – Creating a Web App https://randomnerdtutorials.com/esp32-firebase-web-app/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Wed, 02 Jul 2025 10:43:33 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/esp32-firebase-web-app/#comment-1062288 Sun, 29 Jun 2025 10:41:45 +0000 https://randomnerdtutorials.com/?p=105885#comment-1062288 In reply to shannon.

Hi.
Open the Terminal window with a right click on the mouse. Then, select open as admin or something similar.

Regards,
Sara

]]>
By: shannon https://randomnerdtutorials.com/esp32-firebase-web-app/#comment-1061562 Fri, 27 Jun 2025 18:09:18 +0000 https://randomnerdtutorials.com/?p=105885#comment-1061562 My system will not allow scripts to be run even in powershell as administrator. Windows 11 pro

npm install -g npm@latest

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-firebase-web-app/#comment-1031066 Sat, 26 Apr 2025 10:43:03 +0000 https://randomnerdtutorials.com/?p=105885#comment-1031066 In reply to Bruce.

Hi.
I’m sorry, but I didn’t understand your question.
Are you having issues with our tutorial, or is it with your modified version only?
Regards,
Sara

]]>
By: Bruce https://randomnerdtutorials.com/esp32-firebase-web-app/#comment-1030707 Fri, 25 Apr 2025 13:43:14 +0000 https://randomnerdtutorials.com/?p=105885#comment-1030707 In reply to Bruce.

Looks like the path info was filtered out. It should be Userid/deviceID/date/data. The dataStringPath would be similar: const dataStringPath = ‘Userid/deviceID/date’;

]]>
By: Bruce https://randomnerdtutorials.com/esp32-firebase-web-app/#comment-1030706 Fri, 25 Apr 2025 13:40:08 +0000 https://randomnerdtutorials.com/?p=105885#comment-1030706 Hi and thanks for the great tutorial on Firebase. I am trying to adapt your instructions to use on my own project but I’m not seeing any data/records being displayed on the web page. Can you recommend a way to troubleshoot this? It’s probably a path issue but I’ve tried several changes and deployed them but still nothing and I’m not sure how to debug this.

My path looks similar to ///. The path, as defined in app.js is //

Can you recommend some troubleshooting tips as to how to debug this?

Thanks.

]]>
By: Ed https://randomnerdtutorials.com/esp32-firebase-web-app/#comment-1030156 Wed, 23 Apr 2025 20:57:51 +0000 https://randomnerdtutorials.com/?p=105885#comment-1030156 In reply to Rodolfo.

Too bad you feel that way. Fortunately my experience with it is quite pisitive. Fairly easy and flexible. It handles all my homevautomation

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-firebase-web-app/#comment-920466 Sat, 01 Jun 2024 09:51:02 +0000 https://randomnerdtutorials.com/?p=105885#comment-920466 In reply to Quantum.

Hi.
You’re probably wrong credentials or wrong database URL.
Regards,
Sara

]]>
By: Quantum https://randomnerdtutorials.com/esp32-firebase-web-app/#comment-919940 Thu, 30 May 2024 17:51:05 +0000 https://randomnerdtutorials.com/?p=105885#comment-919940 Hello, thanks for the tutorial. You guys are doing a lot of nice work,
Please I’d like to show your the error message that is displaying on my serial monitor. I tried so much to debug the error but still doesn’t work.
Here’s the error message:

Token info: type = id token (GITKit token), status = on request
Token info: type = id token (GITKit token), status = error
Token error: code: -4, message: connection lost

]]>
By: MrNams https://randomnerdtutorials.com/esp32-firebase-web-app/#comment-881154 Sun, 31 Dec 2023 13:42:57 +0000 https://randomnerdtutorials.com/?p=105885#comment-881154 Very good tutorial, I was new and could succeed in first step, very detailed tutorial, just follow steps and you are done.
Tons of love for Santos family for their contribution for society.

]]>
By: Máximo https://randomnerdtutorials.com/esp32-firebase-web-app/#comment-843563 Wed, 28 Jun 2023 22:47:35 +0000 https://randomnerdtutorials.com/?p=105885#comment-843563 Hello!
I was using this guide for my project in November 2022, and my hosted page works and my project too.
But now i need to use this project again and when i try to use it , it doesn’t work.
The console log of my firebase web app says:
/__/firebase/9.9.1/firebase-performance-compat.js net::ERR_BLOCKED_BY_CLIENT

app.js:137 The read failed: Error
util.ts:491 Uncaught (in promise) Error: permission_denied at /owners: Client doesn’t have permission to access the desired data.
at onComplete (util.ts:491:17)
at Object.onComplete (Repo.ts:314:24)
at PersistentConnection.ts:333:22
at tn.onDataMessage_ (PersistentConnection.ts:673:9)
at wt.onDataMessage_ (Connection.ts:321:10)
at wt.onPrimaryMessageReceived_ (Connection.ts:313:12)
at yt.onMessage (Connection.ts:210:16)
at yt.appendFrame_ (WebSocketConnection.ts:302:12)
at yt.handleIncomingFrame (WebSocketConnection.ts:354:14)
at mySock.onmessage (WebSocketConnection.ts:224:12)

Don’t change anything and it should work like it did in October. Maybe it’s something because I’m using old versions of firebase?
(I already changed the database rules to have access)
Thanks!

]]>