first commit
This commit is contained in:
29
libraries/ESP32_Firebase/README.md
Normal file
29
libraries/ESP32_Firebase/README.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# 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.
|
||||
|
||||

|
||||
|
||||
Step 2: Select 'Rules'.
|
||||
|
||||

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

|
||||
|
||||

|
||||
|
||||
Step 4: Select 'Publish'.
|
||||
|
||||

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

|
||||
|
||||
That is it. You are all set! You can go through the example codes to get familiar with the library.
|
||||
Reference in New Issue
Block a user