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

Commit d04b650

Browse files
authored
Merge pull request #7 from ganeshsp1/serviceconfigpr
Corrected service-account-key.json
2 parents 5ade6ed + b108ca2 commit d04b650

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)