This repository was archived by the owner on Mar 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 491
README: update to new firebase console #212
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,16 +25,17 @@ sensor data to Firebase, and trigger actuators from Firebase. | |
|
||
## Configuration | ||
|
||
1. Go to https://www.firebase.com/ and create a new Firebase | ||
1. Copy the `Firebase Hostname` | ||
1. Go to `Secrets` | ||
1. Click `Firebase Secrets > Show` | ||
1. Copy the `Firebase Secret` | ||
1. Start Arduino | ||
1. Open `File > Examples > FirebaseArduino > FirebaseRoom_ESP8266` | ||
1. Replace `WIFI_SSID` and `WIFI_PASSWORD` with WiFi credentials | ||
1. Replace `FIREBASE_HOST` with the `Firebase Hostname` from step `2.` | ||
1. Replace `FIREBASE_AUTH` with `Firebase Secret` from step `5.` | ||
1. In `FirebaseRoom_ESP8266`: Replace `WIFI_SSID` and `WIFI_PASSWORD` with WiFi credentials | ||
1. Go to https://firebase.google.com/console/ and create a new Firebase Project | ||
1. Go to `Database` | ||
1. Copy the `Database hostname` (Database URL without `https://` and trailing `/`) | ||
1. In `FirebaseRoom_ESP8266`: replace `FIREBASE_HOST` with the `Database Hostname` | ||
1. Go to `⚙ > Project Settings > Database > Database secrets` | ||
1. Click `Firebase Secrets > Show` | ||
1. Copy the `Database Secret` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Copying this will erase the previous hostname from the clipboard. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||
1. In `FirebaseRoom_ESP8266`: Replace `FIREBASE_AUTH` with `Database Secret` | ||
1. Select the board `Board > ESP8266 Modules > NodeMCU 1.0` | ||
1. Select the serial port `Port > /dev/tty...` | ||
1. Select the upload speed `Upload Speed > 115200` | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are asking users to Copy the hostname, but there are no instructions on where to paste it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done