Skip to content

Commit 1c912a7

Browse files
committed
Ooops
1 parent 67ac819 commit 1c912a7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

console/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Firebase Dashboard: Introduction
1+
# Firebase Console: Introduction
22

33
We'll kick this party off with a quick run down of the Firebase Console.
44

55
It's how you'll interact with most of the Firebase features.
66

7-
You'll need your Dashboard to configure your Firebase services and watch data flow through your project.
7+
You'll need your Console to configure your Firebase services and watch data flow through your project.
88

9-
Most of the Dashboard's functions are also accessible via the Firebase Tools command-line interface, or CLI; however, we always have our Firebase console open in a browser tab whenever we're developing on Firebase. So make good friends with your Firebase Dashboard and it will help carry your app to serverless glory.
9+
Most of the Console's functions are also accessible via the Firebase Tools command-line interface, or CLI; however, we always have our Firebase Console open in a browser tab whenever we're developing on Firebase. So make good friends with your Firebase Console and it will help carry your app to serverless glory.

console/walk-through.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services that all work together so that you can write less code while still deve
77
scalable applications.
88

99
# 1
10-
The starting point for any Firebase project is the Firebase Dashboard, and that’s where we
10+
The starting point for any Firebase project is the Firebase Console, and that’s where we
1111
will start right now.
1212

1313
So fire up a web browser to follow along, or sit back and absorb for the next few minutes
@@ -79,7 +79,7 @@ Notice the five tab links,
7979
# 9
8080
We spend most of our time in the Guides. It’s where the Firebase team publishes code
8181
snippets for each feature and gives you suggestions on how to use them.
82-
We keep the Guides page pinned to a browser tab right alongside our Firebase Dashboard
82+
We keep the Guides page pinned to a browser tab right alongside our Firebase Console
8383
tab during our Firebase development process.
8484

8585
# 10
@@ -95,12 +95,12 @@ The Get started for Web section covers browser‐specific code
9595
The Get started for Admin section covers the Node.js SDK that you’ll use with Cloud
9696
Functions later on to securely administer your Firebase project.
9797
Feel free to take a five‐minute break to noodle around the docs a bit. Go ahead and pause
98-
here and come back when you’re ready to continue our Dashboard overview.
98+
here and come back when you’re ready to continue our Console overview.
9999

100100
# 12
101101
102102
And welcome back!
103-
Navigate back to your Dashboard and let’s click the “Alerts” bell in the top‐right corner next
103+
Navigate back to your Console and let’s click the “Alerts” bell in the top‐right corner next
104104
to your user Icon.
105105

106106
# 13
@@ -214,7 +214,7 @@ This is a shortcut to switch between the Realtime Database and Cloud Firestore.
214214
Let’s jump across to Cloud Firestore to see a much more structured way to manage data.
215215

216216
# 25
217-
And this is the Cloud Firestore dashboard.
217+
And this is the Cloud Firestore console.
218218
It’s a little different than the Realtime Database, because it’s a document/collection
219219
database instead of a JSON database.
220220
You may have heard of other document/collection databases such as MongoDB or
@@ -395,7 +395,7 @@ Thanks for watching!
395395
@ChrisEsplin
396396
HowToFirebase.com
397397
github.com/how-to-firebase
398-
… and that’s the Firebase Dashboard! As usual, we’ve just scratched the surface.
398+
… and that’s the Firebase Console! As usual, we’ve just scratched the surface.
399399
Follow along for deeper dives into Firebase’s feature set.
400400
We’re Juarez Filho and Chris Esplin, and you can find us and our Firebase web apps all over
401401
the internets.

0 commit comments

Comments
 (0)