Skip to content

Commit 9bee714

Browse files
Christopher Esplingitbook-bot
Christopher Esplin
authored andcommitted
GitBook: [master] 9 pages modified
1 parent e83637b commit 9bee714

File tree

6 files changed

+5
-49
lines changed

6 files changed

+5
-49
lines changed

SUMMARY.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,24 @@
2525
## Firebase Authentication
2626

2727
* [Introduction](firebase-authentication/introduction.md)
28-
* [Walkthrough](firebase-authentication/walk-through.md)
29-
* [Challenge](firebase-authentication/exercise.md)
28+
* [Walkthrough](firebase-authentication/walkthrough.md)
29+
* [Challenge](firebase-authentication/challenge.md)
3030
* [Notes](firebase-authentication/notes.md)
3131

3232
## Cloud Firestore
3333

3434
* [Introduction](cloud-firestore/introduction.md)
35-
* [Walkthrough](cloud-firestore/walk-through.md)
35+
* [Walkthrough](cloud-firestore/walkthrough.md)
3636
* [Security Rules](cloud-firestore/security-rules.md)
3737
* [Indexes](cloud-firestore/indexes.md)
38-
* [Exercise](cloud-firestore/exercise.md)
3938
* [Notes](cloud-firestore/notes.md)
39+
* [Exercise](cloud-firestore/exercise.md)
4040

4141
## Realtime Database
4242

4343
* [Introduction](realtime-database/introduction.md)
4444
* [Walk-through](realtime-database/walk-through.md)
4545
* [Security Rules](realtime-database/security-rules.md)
46-
* [Exercise](realtime-database/exercise.md)
4746
* [Notes](realtime-database/notes.md)
4847

4948
## Cloud Functions for Firebase

cloud-firestore/exercise.md

+1-40
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,2 @@
1-
# Challenge: Cloud Firestore
2-
3-
## Find the repo
4-
5-
We'll be working on a branch of our [firelist-react](https://github.com/how-to-firebase/firelist-react) repo named [challenge-firestore](https://github.com/how-to-firebase/firelist-react/tree/challenge-firestore).
6-
7-
## Localhost installation
8-
9-
Pull [the repo](https://github.com/how-to-firebase/firelist-react) directly from GitHub...
10-
11-
```text
12-
git clone https://github.com/how-to-firebase/firelist-react.git
13-
cd firelist-react
14-
git checkout challenge-firestore
15-
```
16-
17-
## Edit environment files
18-
19-
Update the following files with your own project details:
20-
21-
- `/.firebaserc`
22-
- `/public/environments/environment.dev.js`
23-
- `/public/environments/environment.js`
24-
25-
## Start the app
26-
27-
Once you're on the branch, make sure to run `yarn` or `npm install` to get your Node.js dependencies.
28-
29-
Then run `yarn start` or `npm run start` to spin up the development server.
30-
31-
```text
32-
yarn
33-
yarn start
34-
```
35-
36-
## Complete the challenge
37-
38-
Search the codebase for `Challenge Firestore` to find all of the challenges.
39-
40-
Read the comments and complete the steps in those files.
1+
# Exercise
412

File renamed without changes.

realtime-database/exercise.md

-4
This file was deleted.

0 commit comments

Comments
 (0)