This repository was archived by the owner on Mar 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ FirebaseDemo is a sample that shows basic usage of the `FirebaseArduino` API.
16161 . Go to https://www.firebase.com/ and create a new Firebase
17171 . Copy the ` Firebase Hostname `
18181 . Go to ` Secrets `
19- 1 . Click ` Firebase Secrets > Shows `
19+ 1 . Click ` Firebase Secrets > Show `
20201 . Copy the ` Firebase Secret `
21211 . Start Arduino
22- 1 . Click ` File > Examples > firebase-arduino > FirebaseRoom_ESP8266 `
22+ 1 . Click ` File > Examples > FirebaseArduino > FirebaseRoom_ESP8266 `
23231 . Replace ` SSID ` and ` PASSWORD ` with WiFi credentials
24241 . Replace ` example.firebaseio.com ` with the ` Firebase Hostname ` from step ` 2. `
25251 . Replace ` secret_or_token ` with ` Firebase Secret ` from step ` 5. `
@@ -28,4 +28,4 @@ FirebaseDemo is a sample that shows basic usage of the `FirebaseArduino` API.
2828## Play
2929
30301 . Go to the Firebase console ` Data ` section
31- 1 . Watch the data being modified as the sketch run .
31+ 1 . Watch the data being modified as the sketch runs .
Original file line number Diff line number Diff line change 11# FirebaseRoom
22
33FirebaseRoom is a sample that shows basic usage of FirebaseArduino to push
4- sensors data to Firebase, and trigger actuators from Firebase.
4+ sensor data to Firebase, and trigger actuators from Firebase.
55
66## Software setup
77
@@ -27,10 +27,10 @@ sensors data to Firebase, and trigger actuators from Firebase.
27271 . Go to https://www.firebase.com/ and create a new Firebase
28281 . Copy the ` Firebase Hostname `
29291 . Go to ` Secrets `
30- 1 . Click ` Firebase Secrets > Shows `
30+ 1 . Click ` Firebase Secrets > Show `
31311 . Copy the ` Firebase Secret `
32321 . Start Arduino
33- 1 . Click ` File > Examples > firebase-arduino > FirebaseRoom_ESP8266 `
33+ 1 . Click ` File > Examples > FirebaseArduino > FirebaseRoom_ESP8266 `
34341 . Replace ` SSID ` and ` PASSWORD ` with WiFi credentials
35351 . Replace ` example.firebaseio.com ` with the ` Firebase Hostname ` from step ` 2. `
36361 . Replace ` secret_or_token ` with ` Firebase Secret ` from step ` 5. `
You can’t perform that action at this time.
0 commit comments