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.
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