Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 07d2c5a

Browse files
authored
Corrected service-account-key.json
Updated Readme to correct service_account_key.json file name to service-account-key.json since the former causes an exception while uploading videos { Error: ENOENT: no such file or directory, open '/srv/lib/service-account-key.json' errno: -2, code: 'ENOENT', syscall: 'open', path: '/srv/lib/service-account-key.json' } Hence found that the correct file name should be service-account-key.json as opposed to what was mentioned in the readme. Also this caused other issues since the video was not converted, but still the number of images was updated and showed incorrect numbers.
1 parent d9b3331 commit 07d2c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $ firebase functions:config:set sendgrid.key="<API_KEY>"
7474
5. Next, set the `FROM_EMAIL` constant in [this](functions/src/constants.ts) file to be email ID from which emails will be sent.
7575
6. Follow that up with setting the `APP_NAME` that you've decided for your app.
7676
7. Go to the Firebase Console, select the gear image > **project settings** > **Service Accounts** and click **Generate New Private Key** to download a Service Account Key JSON document.
77-
8. Add the JSON service account credentials file to the **Functions** directory as **functions/lib/service_account_key.json**.
77+
8. Add the JSON service account credentials file to the **Functions** directory as **functions/lib/service-account-key.json**.
7878
9. Now run, `npm run deploy` to deploy the functions, firestore & storage configuration.
7979
8080
**Flutter app setup**

0 commit comments

Comments
 (0)