Skip to content

Commit 825831b

Browse files
committed
Updated README.md
1 parent b8249d5 commit 825831b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Boilerplate with React ⚛️ and Firebase 🔥designed to quickly spin up a ful
1515
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1616
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1717

18+
1819
- [What is this?](#what-is-this)
1920
- [Why should I use it?](#why-should-i-use-it)
2021
- [Features](#features)
@@ -57,7 +58,7 @@ Boilerplate with React ⚛️ and Firebase 🔥designed to quickly spin up a ful
5758
- [How to translate a Text with a variable](#how-to-translate-a-text-with-a-variable)
5859
- [How to internationalize a Date](#how-to-internationalize-a-date)
5960
- [How to add your language on DatePicker](#how-to-add-your-language-on-datepicker)
60-
- [File Uploading](#file-uploading)
61+
- [File Upload](#file-upload)
6162
- [Image Resize](#image-resize)
6263
- [Storage Rules](#storage-rules)
6364
- [Contributors](#contributors)
@@ -576,9 +577,9 @@ const date = Date.now();
576577
- Add another **registerLocale** with your language as the first parameter and the import from `date-fns` as second parameter.
577578
- Place your language with its date format on **dateFormat**.
578579
579-
## File Uploading
580+
## File Upload
580581
581-
For file uploading, we used the [Firebase Client](https://firebase.google.com/docs/storage/web/upload-files?authuser=1#upload_files) in conjuntion with **Firebase Storage**. We store the users profile images in a subfolder called `/users`. Besides, we decided to use the firebase storage as a bucket to store files.
582+
For file upload, we used the [Firebase Client](https://firebase.google.com/docs/storage/web/upload-files?authuser=1#upload_files) together with **Firebase Storage**. We store the users profile image in a subfolder named `/users`.
582583
583584
### Image Resize
584585

0 commit comments

Comments
 (0)