File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 51
51
52
52
* [ Introduction] ( cloud-functions-for-firebase/introduction.md )
53
53
* [ Walkthrough] ( cloud-functions-for-firebase/walkthrough.md )
54
- * [ Notes] ( cloud-functions-for-firebase/notes.md )
55
54
* [ Challenge] ( cloud-functions-for-firebase/challenge.md )
55
+ * [ Notes] ( cloud-functions-for-firebase/notes.md )
56
56
57
57
## Firebase Storage
58
58
Original file line number Diff line number Diff line change @@ -53,6 +53,6 @@ Search the codebase for `Challenge Storage` to find all of the challenges.
53
53
54
54
Read the comments and complete the steps in those files.
55
55
56
- - ` src/storage/delete-image.js `
57
- - ` src/storage/get-upload-observable.js `
56
+ * ` src/storage/delete-image.js `
57
+ * ` src/storage/get-upload-observable.js `
58
58
Original file line number Diff line number Diff line change @@ -45,6 +45,6 @@ Search the codebase for `Challenge Realtime DB` to find all of the challenges.
45
45
46
46
Read the comments and complete the steps in those files.
47
47
48
- - ` databse.rules.json `
49
- - ` src/database/set-user-tokens.js `
48
+ * ` databse.rules.json `
49
+ * ` src/database/set-user-tokens.js `
50
50
You can’t perform that action at this time.
0 commit comments