This repository was archived by the owner on Mar 17, 2025. It is now read-only.
File tree 3 files changed +30
-20
lines changed
3 files changed +30
-20
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,17 @@ FirebaseDemo is a sample that shows basic usage of the `FirebaseArduino` API.
13
13
14
14
## Configuration
15
15
16
- 1 . Go to https://www.firebase.com/ and create a new Firebase
17
- 1 . Copy the ` Firebase Hostname `
18
- 1 . Go to ` Secrets `
19
- 1 . Click ` Firebase Secrets > Show `
20
- 1 . Copy the ` Firebase Secret `
21
16
1 . Start Arduino
22
- 1 . Open ` File > Examples > FirebaseArduino > FirebaseDemo_ESP8266 `
23
- 1 . Replace ` WIFI_SSID ` and ` WIFI_PASSWORD ` with WiFi credentials
24
- 1 . Replace ` FIREBASE_HOST ` with the ` Firebase Hostname ` from step ` 2. `
25
- 1 . Replace ` FIREBASE_AUTH ` with ` Firebase Secret ` from step ` 5. `
17
+ 1 . Open ` File > Examples > FirebaseArduino > FirebaseRoom_ESP8266 `
18
+ 1 . In ` FirebaseRoom_ESP8266 ` : Replace ` WIFI_SSID ` and ` WIFI_PASSWORD ` with WiFi credentials
19
+ 1 . Go to https://firebase.google.com/console/ and create a new Firebase Project
20
+ 1 . Go to ` Database `
21
+ 1 . Copy the ` Database hostname ` (Database URL without ` https:// ` and trailing ` / ` )
22
+ 1 . In ` FirebaseRoom_ESP8266 ` : replace ` FIREBASE_HOST ` with the ` Database Hostname `
23
+ 1 . Go to ` ⚙ > Project Settings > Database > Database secrets `
24
+ 1 . Click ` Firebase Secrets > Show `
25
+ 1 . Copy the ` Database Secret `
26
+ 1 . In ` FirebaseRoom_ESP8266 ` : Replace ` FIREBASE_AUTH ` with ` Database Secret `
26
27
1 . Select the board ` Board > ESP8266 Modules > NodeMCU 1.0 `
27
28
1 . Select the serial port ` Port > /dev/tty... `
28
29
1 . Select the upload speed ` Upload Speed > 115200 `
Original file line number Diff line number Diff line change @@ -24,16 +24,17 @@ FirebaseNeoPixel is a sample that shows how to set pixel data from Firebase web
24
24
25
25
## Configuration
26
26
27
- 1 . Go to https://www.firebase.com/ and create a new Firebase
28
- 1 . Copy the ` Firebase Hostname `
29
- 1 . Go to ` Secrets `
30
- 1 . Click ` Firebase Secrets > Show `
31
- 1 . Copy the ` Firebase Secret `
32
27
1 . Start Arduino
33
- 1 . Click ` File > Examples > FirebaseArduino > FirebaseRoom_ESP8266 `
34
- 1 . Replace ` WIFI_SSID ` and ` WIFI_PASSWORD ` with WiFi credentials
35
- 1 . Replace ` FIREBASE_HOST ` with the ` Firebase Hostname ` from step ` 2. `
36
- 1 . Replace ` FIREBASE_AUTH ` with ` Firebase Secret ` from step ` 5. `
28
+ 1 . Open ` File > Examples > FirebaseArduino > FirebaseRoom_ESP8266 `
29
+ 1 . In ` FirebaseRoom_ESP8266 ` : Replace ` WIFI_SSID ` and ` WIFI_PASSWORD ` with WiFi credentials
30
+ 1 . Go to https://firebase.google.com/console/ and create a new Firebase Project
31
+ 1 . Go to ` Database `
32
+ 1 . Copy the ` Database hostname ` (Database URL without ` https:// ` and trailing ` / ` )
33
+ 1 . In ` FirebaseRoom_ESP8266 ` : replace ` FIREBASE_HOST ` with the ` Database Hostname `
34
+ 1 . Go to ` ⚙ > Project Settings > Database > Database secrets `
35
+ 1 . Click ` Firebase Secrets > Show `
36
+ 1 . Copy the ` Database Secret `
37
+ 1 . In ` FirebaseRoom_ESP8266 ` : Replace ` FIREBASE_AUTH ` with ` Database Secret `
37
38
1 . Select the board ` Board > ESP8266 Modules > NodeMCU 1.0 `
38
39
1 . Select the serial port ` Port > /dev/tty... `
39
40
1 . Select the upload speed ` Upload Speed > 115200 `
Original file line number Diff line number Diff line change @@ -29,8 +29,16 @@ https://publicdata-cryptocurrency.firebaseio.com.
29
29
## Configuration
30
30
31
31
1 . Start Arduino
32
- 1 . Open ` File > Examples > FirebaseArduino > FirebaseStream_ESP8266 `
33
- 1 . Replace ` WIFI_SSID ` and ` WIFI_PASSWORD ` with WiFi credentials
32
+ 1 . Open ` File > Examples > FirebaseArduino > FirebaseRoom_ESP8266 `
33
+ 1 . In ` FirebaseRoom_ESP8266 ` : Replace ` WIFI_SSID ` and ` WIFI_PASSWORD ` with WiFi credentials
34
+ 1 . Go to https://firebase.google.com/console/ and create a new Firebase Project
35
+ 1 . Go to ` Database `
36
+ 1 . Copy the ` Database hostname ` (Database URL without ` https:// ` and trailing ` / ` )
37
+ 1 . In ` FirebaseRoom_ESP8266 ` : replace ` FIREBASE_HOST ` with the ` Database Hostname `
38
+ 1 . Go to ` ⚙ > Project Settings > Database > Database secrets `
39
+ 1 . Click ` Firebase Secrets > Show `
40
+ 1 . Copy the ` Database Secret `
41
+ 1 . In ` FirebaseRoom_ESP8266 ` : Replace ` FIREBASE_AUTH ` with ` Database Secret `
34
42
1 . Select the board ` Board > ESP8266 Modules > NodeMCU 1.0 `
35
43
1 . Select the serial port ` Port > /dev/tty... `
36
44
1 . Select the upload speed ` Upload Speed > 115200 `
You can’t perform that action at this time.
0 commit comments