Skip to content

Commit 54bc5ea

Browse files
Christopher Esplingitbook-bot
Christopher Esplin
authored andcommitted
GitBook: [master] 6 pages modified
1 parent 996ff6c commit 54bc5ea

File tree

6 files changed

+16
-53
lines changed

6 files changed

+16
-53
lines changed

SUMMARY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
* [Introduction](realtime-database/introduction.md)
4545
* [Walkthrough](realtime-database/walkthrough.md)
4646
* [Security Rules](realtime-database/security-rules.md)
47-
* [Challenge](realtime-database/challenge.md)
4847
* [Notes](realtime-database/notes.md)
48+
* [Challenge](realtime-database/challenge.md)
4949

5050
## Cloud Functions for Firebase
5151

5252
* [Introduction](cloud-functions-for-firebase/introduction.md)
5353
* [Walkthrough](cloud-functions-for-firebase/walkthrough.md)
54-
* [Challenge](cloud-functions-for-firebase/challenge.md)
5554
* [Notes](cloud-functions-for-firebase/notes.md)
55+
* [Challenge](cloud-functions-for-firebase/challenge.md)
5656

5757
## Firebase Storage
5858

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Challenge
2-
1+
---
2+
description: Cloud Functions Challenge
3+
---
34

5+
# Challenge
46

firebase-hosting/challenge.md

-3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,3 @@ Just run `yarn deploy`!
4242

4343
Check out `/package.json` and the `scripts` attribute to see what scripts are available and what they do.
4444

45-
46-
47-

firebase-storage/challenge.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Firebase Storage Challenge
3+
---
4+
15
# Challenge
26

37

introduction/full-stack-firebase.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
## Available on Udemy
88

9-
![Click the link below to learn more 👇](/.gitbook/assets/howtofirebase-2f640-2fudemy-hero-1.png)
9+
![Click the link below to learn more 👇](../.gitbook/assets/howtofirebase-2f640-2fudemy-hero-1.png)
1010

1111
We've launched [Full-Stack Firebase on Udemy](https://www.udemy.com/full-stack-firebase/?couponCode=FULLSTACK2018) for the full video experience.
1212

1313
The Udemy course features 2.5 hours of tightly-edited video walkthroughs. It is the absolute fastest, easiest way to learn Firebase. We've condensed everything on FullStackFirebase.com into video form with free instructor Q&A.
1414

1515
## Newsletter
1616

17-
![Click below 👇 to subscribe](/.gitbook/assets/email-signup-form.png)
17+
![Click below 👇 to subscribe](../.gitbook/assets/email-signup-form.png)
1818

1919
[Sign up for email updates](http://eepurl.com/ceGkov) 💌
2020

realtime-database/challenge.md

+4-44
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,6 @@
1-
# Challenge
2-
3-
## Realtime Databse
4-
5-
## Find the repo
6-
7-
We'll be working on a branch of our [firelist-react](https://github.com/how-to-firebase/firelist-react) repo named [challenge-rtdb](https://github.com/how-to-firebase/firelist-react/tree/challenge-rtdb).
8-
9-
## Localhost installation
10-
11-
Pull [the repo](https://github.com/how-to-firebase/firelist-react) directly from GitHub...
12-
13-
```text
14-
git clone https://github.com/how-to-firebase/firelist-react.git
15-
cd firelist-react
16-
git checkout challenge-rtdb
17-
```
18-
19-
## Edit environment files
20-
21-
Update the following files with your own project details:
1+
---
2+
description: Realtime Database Challenge
3+
---
224

23-
* `/.firebaserc`
24-
* `/public/environments/environment.dev.js`
25-
* `/public/environments/environment.js`
26-
27-
## Start the app
28-
29-
Once you're on the branch, make sure to run `yarn` or `npm install` to get your Node.js dependencies.
30-
31-
Then run `yarn start` or `npm run start` to spin up the development server.
32-
33-
```text
34-
yarn
35-
yarn start
36-
```
37-
38-
## Complete the challenge
39-
40-
Search the codebase for `Challenge Realtime DB` to find all of the challenges.
41-
42-
Read the comments and complete the steps in those files.
43-
44-
- `databse.rules.json`
45-
- `src/database/set-user-tokens.js`
5+
# Challenge
466

0 commit comments

Comments
 (0)