Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit e59c95d

Browse files
authored
Update README.md
1 parent ccd34ec commit e59c95d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const parserServer = new ParseServer({
7979

8080
**Generate thumbnails**
8181

82-
Ouf of the box you can generate thumbnails for images by specifying `FIREBASE_THUMBNAILS_SIZES` with an array of the desired target sizes. Each image will be generated presering the aspect ratio of the image, ensuring the image covers both provided dimensions by cropping/clipping to fit.
82+
Ouf of the box you can generate thumbnails for images by specifying `FIREBASE_THUMBNAILS_SIZES` with an array of the desired target sizes. Each image will be generated, preserving the aspect ratio of the image and ensuring the image covers both provided dimensions by cropping/clipping to fit.
8383

8484
```bash
8585
$ export FIREBASE_THUMBNAILS_SIZES="64x64,128x128,256x256"
@@ -102,8 +102,8 @@ a217ca28b0bfac7db4e3f1272ebb8e12_test.jpg
102102
and generated:
103103

104104
```
105-
a217ca28b0bfac7db4e3f1272ebb8e12_test_thumb_0x512..jpg
106-
a217ca28b0bfac7db4e3f1272ebb8e12_test_thumb_1280x720..jpg
105+
a217ca28b0bfac7db4e3f1272ebb8e12_test_thumb_0x512.jpg
106+
a217ca28b0bfac7db4e3f1272ebb8e12_test_thumb_1280x720.jpg
107107
```
108108

109109
### Authenticate
@@ -125,6 +125,6 @@ curl -X POST \
125125

126126
## Why so?
127127

128-
Based on previous adapters provided by the parse community this repository provides firebase adapters and extensions rewritten in TypesScript and newer features in JavaScript for Parse Server.
128+
Based on previous adapters provided by the parse community this repository provides Firebase adapters and extensions rewritten in TypesScript and newer features in JavaScript for Parse Server.
129129

130-
This package solves few issues. When setup firebase admin NodeJS SDK a credentials file is required. The previous adapters requires the credentials file to be specified by path. In some scenarios this is not aplicable because track the credentials file into the version control system is not good. This package will combine and contains everything needed for all of the service integration supported with Parse Server. In addition provided by this package storage adapter adds support for streaming of files.
130+
This package solves few issues. First, when setup firebase admin NodeJS SDK a credentials file is required. The previous adapters requires the credentials file to be specified by path. In some scenarios this is not aplicable because track the credentials file into the version control system is not good practice. This package will combine and contains everything needed for all of the service integration supported with Parse Server. In addition provided by this package storage adapter adds support for streaming of files.

0 commit comments

Comments
 (0)