ESP32 Connects to Google Firebase Database (No Firebase Client Library)

Опубликовано: 16 Март 2026
на канале: Tronix Lab
665
6

This project uses HTTP requests to store and retrieve data (JSON data format) from the ESP32 to the Firebase real-time database. It reduced the necessity for connection maintenance by bypassing the validation of footprint and TLS/SSL certificates. Using Arduino libraries for Firebase real-time database was footprint and certificate dependent, requiring firmware updates every time the security keys expired.
#ESP32 #Arduino #IOT