Skip to content

Commit 9c189cc

Browse files
committed
Add note on 2nd rtdb reference.
1 parent 1d25d46 commit 9c189cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

+5
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ Set up your Firebase project as follows:
168168
1. Go to the Firebase Console, and select **Realtime Database** from the **Build** menu.
169169
2. Click on the **Create Database** button. You can choose to set up the Realtime Database
170170
either in the locked mode or in the test mode.
171+
172+
> **Note:** Integration tests are not ran against the default Realtime Database reference and are
173+
instead ran against a database created at `https://{PROJECT_ID}.firebaseio.com`.
174+
This second Realtime Database referance is created in the following steps.
175+
171176
3. In the **Data** tab click on the kebab menu (3 dots) and select **Create Database**.
172177
4. Enter your Project ID (Found in the **General** tab in **Account Settings**) as the
173178
**Realtime Database reference**. Again, you can choose to set up the Realtime Database

0 commit comments

Comments
 (0)