Files
Arduino/libraries/ESP32_Firebase
Jérôme Delacotte 7b30d6e298 first commit
2025-03-06 11:15:32 +01:00
..
2025-03-06 11:15:32 +01:00
2025-03-06 11:15:32 +01:00
2025-03-06 11:15:32 +01:00
2025-03-06 11:15:32 +01:00
2025-03-06 11:15:32 +01:00
2025-03-06 11:15:32 +01:00
2025-03-06 11:15:32 +01:00
2025-03-06 11:15:32 +01:00

ESP32Firebase

Arduino library to read and write data to Google Firebase.

Tutorial

The following steps are one-time process:

Step 1: Open your firebase project, select 'Database' and click 'View' under Realtime Database.

Step1

Step 2: Select 'Rules'.

Step2

Step 3: Change the '.read' and '.write' rules to 'true' and hit enter.

Step3.1

Step3.2

Step 4: Select 'Publish'.

Step4

Step 5: Go back to the 'Data' tab. Copy the reference url, and paste it in the Arduino code.

Step5

That is it. You are all set! You can go through the example codes to get familiar with the library.