You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2025. It is now read-only.
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.
5. Next, set the `FROM_EMAIL` constant in [this](functions/src/constants.ts) file to be email ID from which emails will be sent.
75
75
6. Follow that up with setting the `APP_NAME` that you've decided for your app.
76
76
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**.
78
78
9. Now run, `npm run deploy` to deploy the functions, firestore & storage configuration.
0 commit comments