Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit e0da9dc

Browse files
authored
Merge pull request #212 from googlesamples/proppy-patch-10
README: update to new firebase console
2 parents 3f6246b + a35b906 commit e0da9dc

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

examples/FirebaseRoom_ESP8266/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,17 @@ sensor data to Firebase, and trigger actuators from Firebase.
2525

2626
## Configuration
2727

28-
1. Go to https://www.firebase.com/ and create a new Firebase
29-
1. Copy the `Firebase Hostname`
30-
1. Go to `Secrets`
31-
1. Click `Firebase Secrets > Show`
32-
1. Copy the `Firebase Secret`
3328
1. Start Arduino
3429
1. Open `File > Examples > FirebaseArduino > FirebaseRoom_ESP8266`
35-
1. Replace `WIFI_SSID` and `WIFI_PASSWORD` with WiFi credentials
36-
1. Replace `FIREBASE_HOST` with the `Firebase Hostname` from step `2.`
37-
1. Replace `FIREBASE_AUTH` with `Firebase Secret` from step `5.`
30+
1. In `FirebaseRoom_ESP8266`: Replace `WIFI_SSID` and `WIFI_PASSWORD` with WiFi credentials
31+
1. Go to https://firebase.google.com/console/ and create a new Firebase Project
32+
1. Go to `Database`
33+
1. Copy the `Database hostname` (Database URL without `https://` and trailing `/`)
34+
1. In `FirebaseRoom_ESP8266`: replace `FIREBASE_HOST` with the `Database Hostname`
35+
1. Go to `⚙ > Project Settings > Database > Database secrets`
36+
1. Click `Firebase Secrets > Show`
37+
1. Copy the `Database Secret`
38+
1. In `FirebaseRoom_ESP8266`: Replace `FIREBASE_AUTH` with `Database Secret`
3839
1. Select the board `Board > ESP8266 Modules > NodeMCU 1.0`
3940
1. Select the serial port `Port > /dev/tty...`
4041
1. Select the upload speed `Upload Speed > 115200`

0 commit comments

Comments
 (0)