firebase | Random Nerd Tutorials https://randomnerdtutorials.com Learn ESP8266, ESP32, Arduino, and Raspberry Pi Wed, 02 Jul 2025 13:21:11 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.2 https://i0.wp.com/randomnerdtutorials.com/wp-content/uploads/2018/03/n-favicon-2018.png?fit=16%2C16&quality=100&strip=all&ssl=1 firebase | Random Nerd Tutorials https://randomnerdtutorials.com 32 32 49223337 ESP32-CAM: Display Pictures in Firebase Web App https://randomnerdtutorials.com/esp32-cam-display-pictures-firebase-web-app/ https://randomnerdtutorials.com/esp32-cam-display-pictures-firebase-web-app/#comments Wed, 02 Jul 2025 13:21:02 +0000 https://randomnerdtutorials.com/?p=107976 In this guide, you’ll create a Firebase Web App to display the last picture taken with an ESP32-CAM saved in the Firebase Storage. The Web App also shows the date ...

CONTINUE READING »

The post ESP32-CAM: Display Pictures in Firebase Web App first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-cam-display-pictures-firebase-web-app/feed/ 50 107976
ESP32-CAM Save Picture in Firebase Storage https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/ https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/#comments Tue, 01 Jul 2025 09:50:02 +0000 https://randomnerdtutorials.com/?p=107690 In this guide, you’ll learn how to take and upload a picture to Firebase Storage using the ESP32-CAM. You’ll create a Firebase project with Storage that allows you to store ...

CONTINUE READING »

The post ESP32-CAM Save Picture in Firebase Storage first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-cam-save-picture-firebase-storage/feed/ 231 107690
Control ESP32/ESP8266 GPIOs from Anywhere (Firebase Web App) https://randomnerdtutorials.com/control-esp-gpios-firebase-web-app/ https://randomnerdtutorials.com/control-esp-gpios-firebase-web-app/#comments Thu, 12 Jun 2025 09:39:00 +0000 https://randomnerdtutorials.com/?p=110568 In this guide, you’ll create a Firebase Web App to control the ESP32 or ESP8266 GPIOs from anywhere. The access to the web app is protected with authentication using email ...

CONTINUE READING »

The post Control ESP32/ESP8266 GPIOs from Anywhere (Firebase Web App) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/control-esp-gpios-firebase-web-app/feed/ 58 110568
Firebase: Control ESP8266 NodeMCU GPIOs from Anywhere https://randomnerdtutorials.com/firebase-control-esp8266-nodemcu-gpios/ https://randomnerdtutorials.com/firebase-control-esp8266-nodemcu-gpios/#comments Fri, 30 May 2025 08:50:00 +0000 https://randomnerdtutorials.com/?p=110533 In this guide, you’ll learn how to control the ESP8266 GPIOs from anywhere using Firebase. We’ll create nodes on the Firebase Realtime Database to save the current GPIO states. Whenever ...

CONTINUE READING »

The post Firebase: Control ESP8266 NodeMCU GPIOs from Anywhere first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/firebase-control-esp8266-nodemcu-gpios/feed/ 45 110533
Firebase: Control ESP32 GPIOs from Anywhere https://randomnerdtutorials.com/firebase-control-esp32-gpios/ https://randomnerdtutorials.com/firebase-control-esp32-gpios/#comments Mon, 26 May 2025 08:39:00 +0000 https://randomnerdtutorials.com/?p=110464 In this guide, you’ll learn how to control the ESP32 GPIOs from anywhere using Firebase. We’ll create nodes on the Firebase Realtime Database to save the current GPIO states. Whenever ...

CONTINUE READING »

The post Firebase: Control ESP32 GPIOs from Anywhere first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/firebase-control-esp32-gpios/feed/ 50 110464
ESP32/ESP8266: Firebase Data Logging Web App (Gauges, Charts, and Table) https://randomnerdtutorials.com/esp32-esp8266-firebase-gauges-charts/ https://randomnerdtutorials.com/esp32-esp8266-firebase-gauges-charts/#comments Thu, 15 May 2025 10:00:00 +0000 https://randomnerdtutorials.com/?p=108701 In this project, you’ll create a Firebase Web App that displays all the sensor readings saved on the Firebase Realtime Database. We’ll create a web interface with gauges, charts, and ...

CONTINUE READING »

The post ESP32/ESP8266: Firebase Data Logging Web App (Gauges, Charts, and Table) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-esp8266-firebase-gauges-charts/feed/ 191 108701
ESP8266 NodeMCU Data Logging to Firebase Realtime Database https://randomnerdtutorials.com/esp8266-data-logging-firebase-realtime-database/ https://randomnerdtutorials.com/esp8266-data-logging-firebase-realtime-database/#comments Thu, 15 May 2025 06:58:54 +0000 https://randomnerdtutorials.com/?p=109333 In this guide, you’ll learn how to log data with the ESP8266 NodeMCU to the Firebase Realtime Database with timestamps (data logging) so that you have a record of your ...

CONTINUE READING »

The post ESP8266 NodeMCU Data Logging to Firebase Realtime Database first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp8266-data-logging-firebase-realtime-database/feed/ 39 109333
ESP32 Data Logging to Firebase Realtime Database https://randomnerdtutorials.com/esp32-data-logging-firebase-realtime-database/ https://randomnerdtutorials.com/esp32-data-logging-firebase-realtime-database/#comments Mon, 12 May 2025 06:06:31 +0000 https://randomnerdtutorials.com/?p=108623 In this guide, you’ll learn how to log data with the ESP32 to the Firebase Realtime Database with timestamps (data logging) so that you have a record of your data ...

CONTINUE READING »

The post ESP32 Data Logging to Firebase Realtime Database first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-data-logging-firebase-realtime-database/feed/ 85 108623
ESP32/ESP8266: Firebase Web App to Display Sensor Readings (with Authentication) https://randomnerdtutorials.com/esp32-esp8266-firebase-web-app-sensor/ https://randomnerdtutorials.com/esp32-esp8266-firebase-web-app-sensor/#comments Wed, 30 Apr 2025 11:59:00 +0000 https://randomnerdtutorials.com/?p=107438 In this guide, you’ll create a Firebase Web App to display sensor readings saved on the Firebase Realtime Database. The sensor readings web page is protected with authentication using email ...

CONTINUE READING »

The post ESP32/ESP8266: Firebase Web App to Display Sensor Readings (with Authentication) first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-esp8266-firebase-web-app-sensor/feed/ 38 107438
ESP32/ESP8266 Firebase: Send BME280 Sensor Readings to the Realtime Database https://randomnerdtutorials.com/esp32-esp8266-firebase-bme280-rtdb/ https://randomnerdtutorials.com/esp32-esp8266-firebase-bme280-rtdb/#comments Wed, 30 Apr 2025 11:15:00 +0000 https://randomnerdtutorials.com/?p=107399 In this guide, you’ll learn how to send BME280 sensor readings to the Firebase Realtime Database using the ESP32 or ESP8266 NodeMCU boards. The ESP board will authenticate as a ...

CONTINUE READING »

The post ESP32/ESP8266 Firebase: Send BME280 Sensor Readings to the Realtime Database first appeared on Random Nerd Tutorials.]]>
https://randomnerdtutorials.com/esp32-esp8266-firebase-bme280-rtdb/feed/ 41 107399