Rupakpoddar / ESP8266Firebase

Arduino library to read and write data to Google Firebase Realtime Database.

Home Page:https://www.arduino.cc/reference/en/libraries/esp8266-firebase/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP8266Firebase

Arduino library to read and write data to Google Firebase.

[UPDATE Nov 2023]: Now faster than ever before! Almost instantaneous update and response speed.

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.