File tree 6 files changed +5
-49
lines changed
6 files changed +5
-49
lines changed Original file line number Diff line number Diff line change 25
25
## Firebase Authentication
26
26
27
27
* [ 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 )
30
30
* [ Notes] ( firebase-authentication/notes.md )
31
31
32
32
## Cloud Firestore
33
33
34
34
* [ Introduction] ( cloud-firestore/introduction.md )
35
- * [ Walkthrough] ( cloud-firestore/walk-through .md )
35
+ * [ Walkthrough] ( cloud-firestore/walkthrough .md )
36
36
* [ Security Rules] ( cloud-firestore/security-rules.md )
37
37
* [ Indexes] ( cloud-firestore/indexes.md )
38
- * [ Exercise] ( cloud-firestore/exercise.md )
39
38
* [ Notes] ( cloud-firestore/notes.md )
39
+ * [ Exercise] ( cloud-firestore/exercise.md )
40
40
41
41
## Realtime Database
42
42
43
43
* [ Introduction] ( realtime-database/introduction.md )
44
44
* [ Walk-through] ( realtime-database/walk-through.md )
45
45
* [ Security Rules] ( realtime-database/security-rules.md )
46
- * [ Exercise] ( realtime-database/exercise.md )
47
46
* [ Notes] ( realtime-database/notes.md )
48
47
49
48
## Cloud Functions for Firebase
Original file line number Diff line number Diff line change 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
41
2
File renamed without changes.
File renamed without changes.
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments